just: update to 1.1.0.
This commit is contained in:
parent
9f22215912
commit
605ccc2a38
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'just'
|
||||
pkgname=just
|
||||
version=1.0.1
|
||||
version=1.1.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=261532a3b72b34a79df01bb0c4a366bcc3fd870c5706340fec260faebddb42c6
|
||||
checksum=b0eaf3c7da507be9ad8e0ce050a10459eeead72b94d50bc3261e3dcda516b03a
|
||||
make_check=ci-skip # test fails when run as root
|
||||
|
||||
# Fix failing test
|
||||
|
|
Loading…
Reference in a new issue