From f90288cd31e2a3dd1a170da7a3cdecf2366f9359 Mon Sep 17 00:00:00 2001 From: icp Date: Sun, 11 Sep 2022 19:29:04 +0530 Subject: [PATCH] restic: update to 0.14.0. --- srcpkgs/restic/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/restic/template b/srcpkgs/restic/template index bfa028308146..2c39c1b02a36 100644 --- a/srcpkgs/restic/template +++ b/srcpkgs/restic/template @@ -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 }