From a0a9e0b6473909a8e5adc9aa956760f0631603a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Sun, 26 Jul 2020 08:33:30 +0200 Subject: [PATCH] cbang: update to 1.6.0 again The previous update was too quick, based on a temporary distfile which went away soon after. This one should be ok. --- srcpkgs/cbang/template | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/srcpkgs/cbang/template b/srcpkgs/cbang/template index fb401a2f8b6..85b7d29d543 100644 --- a/srcpkgs/cbang/template +++ b/srcpkgs/cbang/template @@ -1,8 +1,7 @@ # Template file for 'cbang' pkgname=cbang -reverts=1.6.0_1 -version=1.5.1 -revision=3 +version=1.6.0 +revision=2 build_style=scons make_build_args="sharedlib=1 staticlib=1" make_install_args="${make_build_args}" @@ -14,7 +13,7 @@ maintainer="Jürgen Buchmüller " 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=cff5e9e9280512c49439643465dec9e84f84debaa02fe2473e51b37f6fa50846 +checksum=8aa5efacf419b712b5bd0172c9d56301bdcbd477cb590ceec25c3595a192e9c0 pre_build() { make_build_args+=" prefix=$DESTDIR/usr"