Update restic to 0.9.0. Changelog here:

https://github.com/restic/restic/releases/tag/v0.9.0

OK jasper@ (before the removal of do-test), rsadowski@ (with do-test removal)
This commit is contained in:
abieber 2018-05-23 13:33:50 +00:00
parent 1ee171c56e
commit e594afc587
3 changed files with 8 additions and 9 deletions

View File

@ -1,10 +1,9 @@
# $OpenBSD: Makefile,v 1.2 2018/04/14 22:53:54 sthen Exp $
# $OpenBSD: Makefile,v 1.3 2018/05/23 13:33:50 abieber Exp $
COMMENT = fast, efficient and secure backup program
V = 0.8.3
V = 0.9.0
DISTNAME = restic-${V}
REVISION = 0
CATEGORIES = sysutils
@ -22,12 +21,11 @@ MASTER_SITES = https://github.com/restic/restic/releases/download/v${V}/
MODULES = lang/go
MODGO_TYPE = bin
NO_TEST = Yes
do-build:
cd ${WRKSRC} && ${MODGO_CMD} run -x build.go
do-test:
cd ${WRKSRC} && ${MODGO_CMD} test ./cmd/... ./internal/...
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/restic ${PREFIX}/bin
${INSTALL_DATA_DIR} ${PREFIX}/man/man1

View File

@ -1,2 +1,2 @@
SHA256 (restic-0.8.3.tar.gz) = DPaXyIQEsYDW1v8ufSwnsvy5U22m298VrU0yCvfo8Xw=
SIZE (restic-0.8.3.tar.gz) = 48746281
SHA256 (restic-0.9.0.tar.gz) = W0ZhIlTcrsCab33a5w4Rb3fA+HrHmI3DebNND9S7xMQ=
SIZE (restic-0.9.0.tar.gz) = 51049118

View File

@ -1,6 +1,7 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2018/03/02 22:27:53 abieber Exp $
@comment $OpenBSD: PLIST,v 1.2 2018/05/23 13:33:50 abieber Exp $
@bin bin/restic
@man man/man1/restic-backup.1
@man man/man1/restic-cache.1
@man man/man1/restic-cat.1
@man man/man1/restic-check.1
@man man/man1/restic-diff.1