From 56d7fc536cfe6244c27407cb5d0c103fe0e1cafb Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Tue, 4 Jun 2024 12:57:48 +0200 Subject: [PATCH] tgt: update to 1.0.92. --- srcpkgs/tgt/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/tgt/template b/srcpkgs/tgt/template index 2a3afdce8ac..1ca56762b89 100644 --- a/srcpkgs/tgt/template +++ b/srcpkgs/tgt/template @@ -1,6 +1,6 @@ # Template file for 'tgt' pkgname=tgt -version=1.0.91 +version=1.0.92 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=3bfd50e19f308e9d197e2f6877fb5d13e4777e5bbb61716a7409b3735b481d8f +checksum=06721dcdb88bcc13721bf5de92b57e84a208e04084f8ed937c3ecade6459662f post_extract() { sed -i 's/CFLAGS/MYCFLAGS/; s/\$(MYCFLAGS)/& $(CFLAGS) -Wno-error=stringop-truncation/g' usr/Makefile