just: update to 1.18.1

This commit is contained in:
cinerea0 2023-12-24 16:00:56 -05:00 committed by Đoàn Trần Công Danh
parent 0c33716c19
commit 09283e0cd0
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'just' # Template file for 'just'
pkgname=just pkgname=just
version=1.17.0 version=1.18.1
revision=1 revision=1
build_style=cargo build_style=cargo
short_desc="Just a command runner" short_desc="Just a command runner"
@ -9,7 +9,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=1306a4906a3ee2013766e9c580bc0da3768ffe99ca7bfc33229a6ddb856c5fa5 checksum=a726e49c5773ad00881033f49a2f2bb1b591fe7f578f8780af49ed0cccec3e5d
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