From 5177e29ebb650bea2c1c4ebe37a601a0641c4478 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Mon, 8 Aug 2022 12:34:18 +0200 Subject: [PATCH] tgt: update to 1.0.84. --- srcpkgs/tgt/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/tgt/template b/srcpkgs/tgt/template index 316e126c922..72325672c89 100644 --- a/srcpkgs/tgt/template +++ b/srcpkgs/tgt/template @@ -1,6 +1,6 @@ # Template file for 'tgt' pkgname=tgt -version=1.0.83 +version=1.0.84 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=a9ddb0ff32d3396416df9639f9f398d14a6051f505b5772d7d196df99df8b8da +checksum=c5f5913fd5c4a1333590ad3ddcf80dd12592a5f773f3609619513dd583772486 post_extract() { sed -i 's/CFLAGS/MYCFLAGS/; s/\$(MYCFLAGS)/& $(CFLAGS) -Wno-error=stringop-truncation/g' usr/Makefile