mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
just: update to 0.4.4.
This commit is contained in:
parent
0480edc6c2
commit
f8851968d4
1 changed files with 5 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'just'
|
# Template file for 'just'
|
||||||
pkgname=just
|
pkgname=just
|
||||||
version=0.4.2
|
version=0.4.4
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
short_desc="Just a command runner"
|
short_desc="Just a command runner"
|
||||||
|
@ -9,12 +9,11 @@ license="CC0-1.0"
|
||||||
homepage="https://github.com/casey/just"
|
homepage="https://github.com/casey/just"
|
||||||
changelog="https://raw.githubusercontent.com/casey/just/master/CHANGELOG.md"
|
changelog="https://raw.githubusercontent.com/casey/just/master/CHANGELOG.md"
|
||||||
distfiles="https://github.com/casey/just/archive/v${version}.tar.gz"
|
distfiles="https://github.com/casey/just/archive/v${version}.tar.gz"
|
||||||
checksum=7bcde022994eaa06ce17974f494e4cf98a1d00f4e5791c6ae61f8dd45685da25
|
checksum=131955a54ff1622349382288ba20db64b01acff802a42b719dd7ebcb2e9c8983
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
pre_build() {
|
||||||
aarch64-musl) broken="https://travis-ci.org/void-linux/void-packages/jobs/451525539
|
cargo update --package nix --precise 0.13.1
|
||||||
https://github.com/nix-rust/nix/issues/951" ;;
|
}
|
||||||
esac
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue