restic: update to 0.9.3.
This commit is contained in:
parent
82ede8c03a
commit
e6dc51e70f
1 changed files with 5 additions and 3 deletions
|
@ -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 <flrn@nrmncr.net>"
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue