diff --git a/srcpkgs/restic/template b/srcpkgs/restic/template index 07143b0a379..5d5e8c299af 100644 --- a/srcpkgs/restic/template +++ b/srcpkgs/restic/template @@ -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$"