just: update to 0.8.0.

Closes: #25518 [via git-merge-pr]
This commit is contained in:
Daniel Lewan 2020-10-11 12:04:14 +02:00 committed by Andrew J. Hesford
parent 19614f50a8
commit 7337fcac2f

View file

@ -1,6 +1,6 @@
# Template file for 'just'
pkgname=just
version=0.5.8
version=0.8.0
revision=1
build_style=cargo
short_desc="Just a command runner"
@ -9,8 +9,12 @@ 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/v${version}.tar.gz"
checksum=f0d3363f7e7604aeb355fe631421bccddb458756b5d951b25c071aa38d3e72a7
checksum=624cf1681cf7df8e50b70f37b29e4194cf4ad7327a335fcdf94dd83b19e45a2b
post_install() {
vlicense LICENSE
vman man/just.1
vcompletion completions/just.bash bash
vcompletion completions/just.fish fish
vcompletion completions/just.zsh zsh
}