just: update to 0.9.2.

This commit is contained in:
Kye Shi 2021-05-03 15:13:56 -07:00 committed by Érico Nogueira Rolim
parent df5d5d8436
commit 462704ee70

View file

@ -1,6 +1,6 @@
# Template file for 'just' # Template file for 'just'
pkgname=just pkgname=just
version=0.9.0 version=0.9.2
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/v${version}.tar.gz" distfiles="https://github.com/casey/just/archive/v${version}.tar.gz"
checksum=877fdd517722ec1a554b046e1a9fd112f3503d91211702895c5ba12b29dcbcc6 checksum=0f064d0ea9f3d8bbcd84c5e6a85243738bdb6f49d059f589fd6928c64ea6fb64
# Fix failing test # Fix failing test
pre_check() { pre_check() {