This commit is contained in:
Kai Stian Olstad 2025-04-10 22:34:20 +02:00 committed by GitHub
commit f6c24fb54e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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