diff --git a/srcpkgs/restic/template b/srcpkgs/restic/template index 1b093a255d..a105c5aa74 100644 --- a/srcpkgs/restic/template +++ b/srcpkgs/restic/template @@ -1,17 +1,19 @@ # Template file for 'restic' pkgname=restic -version=0.9.2 -revision=2 +version=0.9.3 +revision=1 build_style=go go_import_path=github.com/restic/restic go_package="${go_import_path}/cmd/restic" go_ldflags="-X 'main.version=${version} (Void Linux)'" +hostmakedepends="git" short_desc="Backup solution written in Go" maintainer="Florian Eich " license="BSD-2-Clause" homepage="https://restic.github.io/" +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=8f8eee3e9651b9f7384a323ba3c26a5667a6388ab2ef8e6d869d3cd69b9f7c95 +checksum=b95a258099aee9a56e620ccebcecabc246ee7f8390e3937ccedadd609c6d2dd0 post_install() { vlicense LICENSE