restic: update to 0.15.1.

This commit is contained in:
Gerardo Di iorio 2023-02-13 21:31:52 +01:00 committed by Michal Vasilek
parent 404663e796
commit 737b29db1f
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'restic' # Template file for 'restic'
pkgname=restic pkgname=restic
version=0.15.0 version=0.15.1
revision=1 revision=1
build_style=go build_style=go
go_import_path=github.com/restic/restic go_import_path=github.com/restic/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=85a6408cfb0798dab52335bcb00ac32066376c32daaa75461d43081499bc7de8 checksum=fce382fdcdac0158a35daa640766d5e8a6e7b342ae2b0b84f2aacdff13990c52
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE