mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 23:23:51 +02:00
parent
608f240bbe
commit
2f6c00d3bb
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'just'
|
# Template file for 'just'
|
||||||
pkgname=just
|
pkgname=just
|
||||||
version=0.8.4
|
version=0.9.0
|
||||||
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=7aee472e4b70e62e89d7d5185493a3c680aeae4cc323c842e4c5b9b8af47040a
|
checksum=877fdd517722ec1a554b046e1a9fd112f3503d91211702895c5ba12b29dcbcc6
|
||||||
|
|
||||||
# Fix failing test
|
# Fix failing test
|
||||||
pre_check() {
|
pre_check() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue