restic: update to 0.15.2.

This commit is contained in:
Arjan Mossel 2023-04-29 16:37:45 +02:00 committed by Andrew Benson
parent aec4a4fb82
commit 4e5677cc16

View file

@ -1,7 +1,7 @@
# Template file for 'restic' # Template file for 'restic'
pkgname=restic pkgname=restic
version=0.15.1 version=0.15.2
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"
@ -12,7 +12,7 @@ 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=fce382fdcdac0158a35daa640766d5e8a6e7b342ae2b0b84f2aacdff13990c52 checksum=52aca841486eaf4fe6422b059aa05bbf20db94b957de1d3fca019ed2af8192b7
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE