mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
restic: update to 0.9.6.
This commit is contained in:
parent
abb8fe932a
commit
ab5c8a91a2
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'restic'
|
# Template file for 'restic'
|
||||||
pkgname=restic
|
pkgname=restic
|
||||||
version=0.9.5
|
version=0.9.6
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path=github.com/restic/restic
|
go_import_path=github.com/restic/restic
|
||||||
|
@ -10,10 +10,10 @@ 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.github.io/"
|
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=e22208e946ede07f56ef60c1c89de817b453967663ce4867628dff77761bd429
|
checksum=1cc8655fa99f06e787871a9f8b5ceec283c856fa341a5b38824a0ca89420b0fe
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue