restic: update to 0.10.0.
This commit is contained in:
parent
5932c20e83
commit
29b13a2462
@ -1,19 +1,18 @@
|
|||||||
# Template file for 'restic'
|
# Template file for 'restic'
|
||||||
pkgname=restic
|
pkgname=restic
|
||||||
version=0.9.6
|
version=0.10.0
|
||||||
revision=2
|
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)'"
|
||||||
hostmakedepends="git"
|
|
||||||
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-2-Clause"
|
license="BSD-2-Clause"
|
||||||
homepage="https://restic.net/"
|
homepage="https://restic.net/"
|
||||||
changelog="https://raw.githubusercontent.com/restic/restic/master/CHANGELOG.md"
|
changelog="https://raw.githubusercontent.com/restic/restic/master/CHANGELOG.md"
|
||||||
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=1cc8655fa99f06e787871a9f8b5ceec283c856fa341a5b38824a0ca89420b0fe
|
checksum=067fbc0cf0eee4afdc361e12bd03b266e80e85a726647e53709854ec142dd94e
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user