zvm: update to 0.9.1

This commit is contained in:
tranzystorekk
2026-08-20 13:34:44 +02:00
parent 93485d0ccd
commit 4677f04ec5
+5 -2
View File
@@ -1,6 +1,6 @@
# Template file for 'zvm'
pkgname=zvm
version=0.8.29
version=0.9.1
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=d41875911b44bf0faf01322b6ec46958d73a80e49a8d50db4380c1f064ddc6cd
checksum=49769334b7a1dfa3065306d8037b2a7baa9993207af60ee8e39015ece4b1c94f
post_install() {
vlicense LICENSE
@@ -22,4 +22,7 @@ post_install() {
vtargetrun ${DESTDIR}/usr/bin/zvm completion ${_shell} > zvm.${_shell}
vcompletion zvm.${_shell} ${_shell}
done
for _man in man/*; do
vman ${_man}
done
}