restic: update to 0.18.1.

This commit is contained in:
Kai Stian Olstad
2025-10-01 21:35:49 -04:00
committed by classabbyamp
parent 9e5f005946
commit 83ac49aa0e
+2 -2
View File
@@ -1,6 +1,6 @@
# Template file for 'restic'
pkgname=restic
version=0.18.0
version=0.18.1
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=fc068d7fdd80dd6a968b57128d736b8c6147aa23bcba584c925eb73832f6523e
checksum=4b8e2b6cb20e9707e14b9b9d92ddb6f2e913523754e1f123e2e6f3321e67f7ca
if [ "${XBPS_BUILD_ENVIRONMENT}" = "void-packages-ci" ]; then
make_check_args="-skip (^TestMount$|^TestMountSameTimestamps$|^TestRestoreWithPermissionFailure$"