restic: update to 0.14.0.
This commit is contained in:
parent
55bbab10eb
commit
9201daff9a
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'restic'
|
||||
pkgname=restic
|
||||
version=0.13.1
|
||||
version=0.14.0
|
||||
revision=1
|
||||
build_style=go
|
||||
go_import_path=github.com/restic/restic
|
||||
|
@ -12,7 +12,7 @@ license="BSD-2-Clause"
|
|||
homepage="https://restic.net/"
|
||||
changelog="https://raw.githubusercontent.com/restic/restic/master/CHANGELOG.md"
|
||||
distfiles="https://github.com/restic/restic/releases/download/v${version}/restic-${version}.tar.gz"
|
||||
checksum=8430f80dc17b98fd78aca6f7d635bf12a486687677e15989a891ff4f6d8490a9
|
||||
checksum=78cdd8994908ebe7923188395734bb3cdc9101477e4163c67e7cc3b8fd3b4bd6
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
@ -21,6 +21,7 @@ post_install() {
|
|||
vman $f
|
||||
done
|
||||
|
||||
vcompletion doc/fish-completion.fish fish
|
||||
vcompletion doc/bash-completion.sh bash
|
||||
vcompletion doc/zsh-completion.zsh zsh
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue