cbang: update to 1.6.0

This commit is contained in:
Jürgen Buchmüller 2020-07-23 23:12:45 +02:00
parent 5ea190fe0c
commit 66e266c88c

View file

@ -1,7 +1,7 @@
# Template file for 'cbang' # Template file for 'cbang'
pkgname=cbang pkgname=cbang
version=1.5.1 version=1.6.0
revision=2 revision=1
build_style=scons build_style=scons
make_build_args="sharedlib=1 staticlib=1" make_build_args="sharedlib=1 staticlib=1"
make_install_args="${make_build_args}" make_install_args="${make_build_args}"
@ -13,7 +13,7 @@ maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
license="LGPL-2.1-only" license="LGPL-2.1-only"
homepage="https://github.com/CauldronDevelopmentLLC/cbang" homepage="https://github.com/CauldronDevelopmentLLC/cbang"
distfiles="https://github.com/CauldronDevelopmentLLC/cbang/archive/${version}.tar.gz>${pkgname}-${version}.tar.gz" distfiles="https://github.com/CauldronDevelopmentLLC/cbang/archive/${version}.tar.gz>${pkgname}-${version}.tar.gz"
checksum=cff5e9e9280512c49439643465dec9e84f84debaa02fe2473e51b37f6fa50846 checksum=f9d97aabd1557e8cb4860a0896f90d4b97218a903ad3d3e1b0fa784e2abc3d02
pre_build() { pre_build() {
make_build_args+=" prefix=$DESTDIR/usr" make_build_args+=" prefix=$DESTDIR/usr"