From 87c9bdc255ac846917b7922816a16c86eff477ba Mon Sep 17 00:00:00 2001 From: Daniel Lewan Date: Sun, 11 Oct 2020 12:04:14 +0200 Subject: [PATCH] just: update to 0.8.0. --- srcpkgs/just/template | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/srcpkgs/just/template b/srcpkgs/just/template index 054abc6f841..0c585b5929a 100644 --- a/srcpkgs/just/template +++ b/srcpkgs/just/template @@ -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 }