restic: update to 0.17.3.
This commit is contained in:
parent
dc38d99c0b
commit
fd562a2f77
1 changed files with 9 additions and 2 deletions
|
@ -1,18 +1,25 @@
|
||||||
# Template file for 'restic'
|
# Template file for 'restic'
|
||||||
pkgname=restic
|
pkgname=restic
|
||||||
version=0.17.1
|
version=0.17.3
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path=github.com/restic/restic
|
go_import_path=github.com/restic/restic
|
||||||
go_package="${go_import_path}/cmd/restic"
|
go_package="${go_import_path}/cmd/restic"
|
||||||
go_ldflags="-X 'main.version=${version} (Void Linux)'"
|
go_ldflags="-X 'main.version=${version} (Void Linux)'"
|
||||||
|
checkdepends="tar python3"
|
||||||
short_desc="Backup solution written in Go"
|
short_desc="Backup solution written in Go"
|
||||||
maintainer="Florian Eich <flrn@nrmncr.net>"
|
maintainer="Florian Eich <flrn@nrmncr.net>"
|
||||||
license="BSD-2-Clause"
|
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=cba3a5759690d11dae4b5620c44f56be17a5688e32c9856776db8a9a93d6d59a
|
checksum=bf0dd73edfae531c24070e2e7833938613f7b179ed165e6b681098edfdf286c8
|
||||||
|
|
||||||
|
if [ "${XBPS_BUILD_ENVIRONMENT}" = "void-packages-ci" ]; then
|
||||||
|
make_check_args="-skip (^TestMount$|^TestMountSameTimestamps$|^TestRestoreWithPermissionFailure$"
|
||||||
|
make_check_args+="|^TestRestoreLocalLayout$|^TestCheckRestoreNoLock$|^TestBackupErrors$"
|
||||||
|
make_check_args+="|^TestArchiverErrorReporting$|^TestScannerError$)"
|
||||||
|
fi
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue