From 530919bac1f50f788e288ca09c075c2000f5f740 Mon Sep 17 00:00:00 2001 From: dkwo Date: Fri, 27 Jan 2023 10:25:44 -0500 Subject: [PATCH] cbang: update to 1.7.2 --- srcpkgs/cbang/template | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/srcpkgs/cbang/template b/srcpkgs/cbang/template index 9357bdc0d709..ca944f7c8b74 100644 --- a/srcpkgs/cbang/template +++ b/srcpkgs/cbang/template @@ -1,7 +1,7 @@ # Template file for 'cbang' pkgname=cbang -version=1.6.0 -revision=4 +version=1.7.2 +revision=1 build_style=scons make_build_args="sharedlib=1 staticlib=1" make_install_args="${make_build_args}" @@ -14,11 +14,11 @@ maintainer="Orphaned " license="LGPL-2.1-only" homepage="https://github.com/CauldronDevelopmentLLC/cbang" distfiles="https://github.com/CauldronDevelopmentLLC/cbang/archive/${version}.tar.gz>${pkgname}-${version}.tar.gz" -checksum=8aa5efacf419b712b5bd0172c9d56301bdcbd477cb590ceec25c3595a192e9c0 +checksum=c0c86df602f65f733d275da782bbec3eda66ee355bc1aeb6f736175ba7532ac1 -post_extract() { - touch tests/iostreamTests/{C,Dec}ompressTest/disable -} +#post_extract() { +# touch tests/iostreamTests/{C,Dec}ompressTest/disable +#} post_build() { cd tests