diff --git a/common/build-style/waf3.sh b/common/build-style/waf3.sh index 54fd221172b7f3..a0ce38a88d2917 100644 --- a/common/build-style/waf3.sh +++ b/common/build-style/waf3.sh @@ -19,7 +19,7 @@ do_configure() { do_build() { : ${configure_script:=waf} - PYTHON=/usr/bin/python3 python3 ${configure_script} build ${make_build_args} + PYTHON=/usr/bin/python3 python3 ${configure_script} ${makejobs} build ${make_build_args} } do_install() { diff --git a/srcpkgs/zvm/template b/srcpkgs/zvm/template index 7c883b35224004..c48450bc01a1cf 100644 --- a/srcpkgs/zvm/template +++ b/srcpkgs/zvm/template @@ -1,6 +1,6 @@ # Template file for 'zvm' pkgname=zvm -version=0.8.26 +version=0.8.29 revision=1 build_style=go build_helper="qemu" @@ -13,7 +13,7 @@ license="MIT" homepage="https://www.zvm.app" changelog="https://github.com/tristanisham/zvm/releases" distfiles="https://github.com/tristanisham/zvm/archive/refs/tags/v${version}.tar.gz" -checksum=df53ba087a0488b9a0b4696aa91ca976c54ced1a22cfdd16e7258217f96b1d09 +checksum=d41875911b44bf0faf01322b6ec46958d73a80e49a8d50db4380c1f064ddc6cd post_install() { vlicense LICENSE