restic: update to 0.9.0.

This commit is contained in:
Gerardo Di Iorio 2018-05-23 12:40:16 +02:00 committed by Enno Boland
parent bf0e7af30c
commit c2d7362bc4

View file

@ -1,17 +1,17 @@
# Template file for 'restic' # Template file for 'restic'
pkgname=restic pkgname=restic
version=0.8.3 version=0.9.0
revision=3 revision=1
build_style=go 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_package="${go_import_path}/cmd/restic"
go_ldflags="-X 'main.version=${version} (Void Linux)'" go_ldflags="-X 'main.version=${version} (Void Linux)'"
short_desc="Backup solution written in Go" short_desc="Backup solution written in Go"
maintainer="Florian Eich <flrn@nrmncr.net>" maintainer="Florian Eich <flrn@nrmncr.net>"
license="BSD" license="BSD-2-Clause"
homepage="https://restic.github.io/" homepage="https://restic.github.io/"
distfiles="https://github.com/restic/restic/releases/download/v${version}/restic-${version}.tar.gz" distfiles="https://github.com/restic/restic/releases/download/v${version}/restic-${version}.tar.gz"
checksum=0cf697c88404b180d6d6ff2e7d2c27b2fcb9536da6dbdf15ad4d320af7e8f17c checksum=5b46612254dcaec09a6f7ddae70e116f77c0f87ac7988dc379b34d0fd4bbc4c4
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE