restic: update to 0.18.0.

This commit is contained in:
Kai Stian Olstad 2025-03-27 21:11:36 +01:00 committed by classabbyamp
parent 86ca6aebb3
commit 266c42981d

View File

@ -1,6 +1,6 @@
# Template file for 'restic' # Template file for 'restic'
pkgname=restic pkgname=restic
version=0.17.3 version=0.18.0
revision=1 revision=1
build_style=go build_style=go
go_import_path=github.com/restic/restic go_import_path=github.com/restic/restic
@ -13,7 +13,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=bf0dd73edfae531c24070e2e7833938613f7b179ed165e6b681098edfdf286c8 checksum=fc068d7fdd80dd6a968b57128d736b8c6147aa23bcba584c925eb73832f6523e
if [ "${XBPS_BUILD_ENVIRONMENT}" = "void-packages-ci" ]; then if [ "${XBPS_BUILD_ENVIRONMENT}" = "void-packages-ci" ]; then
make_check_args="-skip (^TestMount$|^TestMountSameTimestamps$|^TestRestoreWithPermissionFailure$" make_check_args="-skip (^TestMount$|^TestMountSameTimestamps$|^TestRestoreWithPermissionFailure$"