just: update to 1.21.0
This commit is contained in:
parent
f9c622467a
commit
95c4760e52
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'just'
|
||||
pkgname=just
|
||||
version=1.18.1
|
||||
version=1.21.0
|
||||
revision=1
|
||||
build_style=cargo
|
||||
short_desc="Just a command runner"
|
||||
|
@ -9,7 +9,7 @@ license="CC0-1.0"
|
|||
homepage="https://github.com/casey/just"
|
||||
changelog="https://raw.githubusercontent.com/casey/just/master/CHANGELOG.md"
|
||||
distfiles="https://github.com/casey/just/archive/refs/tags/${version}.tar.gz"
|
||||
checksum=a726e49c5773ad00881033f49a2f2bb1b591fe7f578f8780af49ed0cccec3e5d
|
||||
checksum=1421c6bbf80547b6d270a918e1143efd2ab37d80078db606a51a0ef3a8a8f771
|
||||
make_check=ci-skip # test fails when run as root
|
||||
|
||||
# Fix failing test
|
||||
|
|
Loading…
Reference in New Issue