just: update to 1.32.0
This commit is contained in:
parent
ede7c91fc5
commit
c85bcafa68
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'just'
|
# Template file for 'just'
|
||||||
pkgname=just
|
pkgname=just
|
||||||
version=1.31.0
|
version=1.32.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
build_helper=qemu
|
build_helper=qemu
|
||||||
|
@ -12,7 +12,7 @@ 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/refs/tags/${version}.tar.gz"
|
distfiles="https://github.com/casey/just/archive/refs/tags/${version}.tar.gz"
|
||||||
checksum=6cef9159bb929c94b105015c28b0c94618556cfd2f1a1f17c012a1365ee8a8ac
|
checksum=7c3522d2fae123deebea592cb0ce2a8be65b145efadce8b0965669a4337f8494
|
||||||
make_check=ci-skip # test fails when run as root
|
make_check=ci-skip # test fails when run as root
|
||||||
|
|
||||||
# Fix failing test
|
# Fix failing test
|
||||||
|
|
Loading…
Reference in New Issue