From 0da92aaca283a51aa33980d65270e4e0fea49be0 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Tue, 7 Aug 2018 08:54:54 -0300 Subject: [PATCH] restic: update to 0.9.2. --- srcpkgs/restic/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/restic/template b/srcpkgs/restic/template index b5cee796569..2141ff1c866 100644 --- a/srcpkgs/restic/template +++ b/srcpkgs/restic/template @@ -1,9 +1,9 @@ # Template file for 'restic' pkgname=restic -version=0.9.1 +version=0.9.2 revision=1 build_style=go -go_import_path="github.com/restic/restic" +go_import_path=github.com/restic/restic go_package="${go_import_path}/cmd/restic" go_ldflags="-X 'main.version=${version} (Void Linux)'" short_desc="Backup solution written in Go" @@ -11,7 +11,7 @@ maintainer="Florian Eich " license="BSD-2-Clause" homepage="https://restic.github.io/" distfiles="https://github.com/restic/restic/releases/download/v${version}/restic-${version}.tar.gz" -checksum=359d3b8e555a9952f2b98c81ee3dbec8dc441e12789c436ca564762aaacec095 +checksum=8f8eee3e9651b9f7384a323ba3c26a5667a6388ab2ef8e6d869d3cd69b9f7c95 post_install() { vlicense LICENSE