pueue: update to 4.0.0.

This commit is contained in:
icp 2025-04-11 12:43:03 +05:30 committed by tranzystorekk
parent 4775f80cb4
commit deed31d16d

View file

@ -1,6 +1,6 @@
# Template file for 'pueue'
pkgname=pueue
version=3.4.1
version=4.0.0
revision=1
build_style=cargo
build_helper="qemu"
@ -11,7 +11,7 @@ license="MIT"
homepage="https://github.com/Nukesor/pueue"
changelog="https://raw.githubusercontent.com/Nukesor/pueue/main/CHANGELOG.md"
distfiles="https://github.com/Nukesor/pueue/archive/refs/tags/v${version}.tar.gz"
checksum=868710de128db49e0a0c4ddee127dfc0e19b20cbdfd4a9d53d5ed792c5538244
checksum=b7add2bdd6cdce683eea5b24932ed12534b76c29143d8183216c4afc60beef04
make_check=no # tests are nondeterministic
case "$XBPS_TARGET_MACHINE" in
@ -28,5 +28,5 @@ post_install() {
vcompletion pueue.fish fish pueue
vcompletion _pueue zsh pueue
vlicense LICENSE
vlicense LICENSE.MIT LICENSE
}