From 58dd5a4e558b988f399f3137fd5282b79330355c Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Mon, 2 Oct 2023 13:24:27 +0200 Subject: [PATCH] tgt: update to 1.0.88. --- srcpkgs/tgt/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/tgt/template b/srcpkgs/tgt/template index 4409b1d2279..e03465070a5 100644 --- a/srcpkgs/tgt/template +++ b/srcpkgs/tgt/template @@ -1,6 +1,6 @@ # Template file for 'tgt' pkgname=tgt -version=1.0.87 +version=1.0.88 revision=1 build_style=gnu-makefile make_install_args="sbindir=/usr/bin" @@ -13,7 +13,7 @@ maintainer="Leah Neukirchen " license="GPL-2.0-only" homepage="https://github.com/fujita/tgt" distfiles="https://github.com/fujita/tgt/archive/v${version}.tar.gz" -checksum=975bb23b4762f2e2a8e787b79afa7fb44442c5afabaea0e469fca0169826077a +checksum=f26249ea243a44168d7115fe9a7ccd9746ac9c8e36035add51972db220832790 post_extract() { sed -i 's/CFLAGS/MYCFLAGS/; s/\$(MYCFLAGS)/& $(CFLAGS) -Wno-error=stringop-truncation/g' usr/Makefile