just: update to 1.8.0
This commit is contained in:
parent
eccdea06dd
commit
80c1cf6979
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'just'
|
||||
pkgname=just
|
||||
version=1.7.0
|
||||
version=1.8.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=64e3efa2ef30d41ec896d4accaa1ebf6c331a787447bf8e37c53bb0ada02359f
|
||||
checksum=5c78163d3ee45f838a2a69f0ac2866f901efe2a0d9e68875d1e12260951a60f4
|
||||
make_check=ci-skip # test fails when run as root
|
||||
|
||||
# Fix failing test
|
||||
|
|
Loading…
Reference in New Issue