Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion common/build-style/waf3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down
4 changes: 2 additions & 2 deletions srcpkgs/zvm/template
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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
Expand Down
Loading