mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
pueue: update to 4.0.0.
This commit is contained in:
parent
4775f80cb4
commit
deed31d16d
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'pueue'
|
# Template file for 'pueue'
|
||||||
pkgname=pueue
|
pkgname=pueue
|
||||||
version=3.4.1
|
version=4.0.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
build_helper="qemu"
|
build_helper="qemu"
|
||||||
|
@ -11,7 +11,7 @@ license="MIT"
|
||||||
homepage="https://github.com/Nukesor/pueue"
|
homepage="https://github.com/Nukesor/pueue"
|
||||||
changelog="https://raw.githubusercontent.com/Nukesor/pueue/main/CHANGELOG.md"
|
changelog="https://raw.githubusercontent.com/Nukesor/pueue/main/CHANGELOG.md"
|
||||||
distfiles="https://github.com/Nukesor/pueue/archive/refs/tags/v${version}.tar.gz"
|
distfiles="https://github.com/Nukesor/pueue/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=868710de128db49e0a0c4ddee127dfc0e19b20cbdfd4a9d53d5ed792c5538244
|
checksum=b7add2bdd6cdce683eea5b24932ed12534b76c29143d8183216c4afc60beef04
|
||||||
make_check=no # tests are nondeterministic
|
make_check=no # tests are nondeterministic
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
@ -28,5 +28,5 @@ post_install() {
|
||||||
vcompletion pueue.fish fish pueue
|
vcompletion pueue.fish fish pueue
|
||||||
vcompletion _pueue zsh pueue
|
vcompletion _pueue zsh pueue
|
||||||
|
|
||||||
vlicense LICENSE
|
vlicense LICENSE.MIT LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue