restic: update to 0.17.1.
This commit is contained in:
parent
0835974114
commit
257d80da5f
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'restic'
|
||||
pkgname=restic
|
||||
version=0.17.0
|
||||
revision=2
|
||||
version=0.17.1
|
||||
revision=1
|
||||
build_style=go
|
||||
go_import_path=github.com/restic/restic
|
||||
go_package="${go_import_path}/cmd/restic"
|
||||
|
@ -12,7 +12,7 @@ license="BSD-2-Clause"
|
|||
homepage="https://restic.net/"
|
||||
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=031cf34eeafe09064a6b63bcf752093d742b89166e93924aa4dde13160f91301
|
||||
checksum=cba3a5759690d11dae4b5620c44f56be17a5688e32c9856776db8a9a93d6d59a
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in New Issue