aboutsummaryrefslogtreecommitdiff
path: root/sysutils/restic/Makefile
diff options
context:
space:
mode:
authorRainer Hurling <rhurlin@FreeBSD.org>2021-02-23 20:19:18 +0000
committerRainer Hurling <rhurlin@FreeBSD.org>2021-02-23 20:19:18 +0000
commitbc4b55f8cf3f73a1151557dc70c6ef8beb15ab89 (patch)
tree7dda4a821e94a7f117c0ffb545934999c6d38585 /sysutils/restic/Makefile
parente9477b9b9628e5f5b47802725936bc339277995f (diff)
downloadports-bc4b55f8cf3f73a1151557dc70c6ef8beb15ab89.tar.gz
ports-bc4b55f8cf3f73a1151557dc70c6ef8beb15ab89.zip
sysutils/restic: Update to 0.12.0
Changelog: https://github.com/restic/restic/releases/tag/v0.12.0 PR: 253772 Submitted by: Greg Fitzgerald <gregf@beastie.tech> (maintainer)
Notes
Notes: svn path=/head/; revision=566429
Diffstat (limited to 'sysutils/restic/Makefile')
-rw-r--r--sysutils/restic/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/restic/Makefile b/sysutils/restic/Makefile
index add223d79be4..f3b1bbe8c462 100644
--- a/sysutils/restic/Makefile
+++ b/sysutils/restic/Makefile
@@ -2,12 +2,12 @@
PORTNAME= restic
DISTVERSIONPREFIX= v
-DISTVERSION= 0.11.0
+DISTVERSION= 0.12.0
CATEGORIES= sysutils
MASTER_SITES= https://github.com/restic/restic/releases/download/${DISTVERSIONPREFIX}${DISTVERSION}/
DISTNAME= ${PORTNAME}-${DISTVERSION}
-MAINTAINER= gregf@hugops.pw
+MAINTAINER= gregf@beastie.tech
COMMENT= Fast, secure, efficient backup program
LICENSE= BSD2CLAUSE
@@ -44,7 +44,7 @@ GH_TUPLE= \
golang:oauth2:5d25da1a8d43:golang_oauth2/vendor/golang.org/x/oauth2 \
golang:protobuf:v1.4.2:golang_protobuf/vendor/github.com/golang/protobuf \
golang:sync:6e8e738ad208:golang_sync/vendor/golang.org/x/sync \
- golang:sys:8445cc04cbdf:golang_sys/vendor/golang.org/x/sys \
+ golang:sys:da207088b7d1:golang_sys/vendor/golang.org/x/sys \
golang:text:v0.3.4:golang_text/vendor/golang.org/x/text \
golang:tools:d647fc253266:golang_tools/vendor/golang.org/x/tools \
golang:xerrors:5ec99f83aff1:golang_xerrors/vendor/golang.org/x/xerrors \
@@ -74,7 +74,7 @@ GH_TUPLE= \
pkg:errors:v0.9.1:pkg_errors/vendor/github.com/pkg/errors \
pkg:profile:v1.5.0:pkg_profile/vendor/github.com/pkg/profile \
pkg:sftp:v1.12.0:pkg_sftp/vendor/github.com/pkg/sftp \
- pkg:xattr:v0.4.1:pkg_xattr/vendor/github.com/pkg/xattr \
+ pkg:xattr:v0.4.2:pkg_xattr/vendor/github.com/pkg/xattr \
protocolbuffers:protobuf-go:v1.25.0:protocolbuffers_protobuf_go/vendor/google.golang.org/protobuf \
restic:chunker:v0.4.0:restic_chunker/vendor/github.com/restic/chunker \
rs:xid:v1.2.1:rs_xid/vendor/github.com/rs/xid \