Hi!

Here is an update to restic. Full changelog here:
  https://github.com/restic/restic/releases/tag/v0.9.0

Highlights include better tls-client-cert argument parsing, support for
illumos / solaris (from jasper@)

OK?

diff --git a/sysutils/restic/Makefile b/sysutils/restic/Makefile
index fb747da44ee..b441598e184 100644
--- a/sysutils/restic/Makefile
+++ b/sysutils/restic/Makefile
@@ -2,9 +2,8 @@
 
 COMMENT =      fast, efficient and secure backup program
 
-V =            0.8.3
+V =            0.9.0
 DISTNAME =     restic-${V}
-REVISION =     0
 
 CATEGORIES =   sysutils
 
diff --git a/sysutils/restic/distinfo b/sysutils/restic/distinfo
index 28476eaf73d..189f986014b 100644
--- a/sysutils/restic/distinfo
+++ b/sysutils/restic/distinfo
@@ -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
diff --git a/sysutils/restic/pkg/PLIST b/sysutils/restic/pkg/PLIST
index 7e1516e0873..bb605f364bb 100644
--- a/sysutils/restic/pkg/PLIST
+++ b/sysutils/restic/pkg/PLIST
@@ -1,6 +1,7 @@
 @comment $OpenBSD: PLIST,v 1.1.1.1 2018/03/02 22:27:53 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

-- 
PGP: 0x1F81112D62A9ADCE / 3586 3350 BFEA C101 DB1A  4AF0 1F81 112D 62A9 ADCE

Reply via email to