diff options
author | wg <wg@FreeBSD.org> | 2017-03-16 20:00:47 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2017-04-09 20:01:29 +0800 |
commit | bb479e582923acc5521c965f348de6864be61c47 (patch) | |
tree | 0a4cf1e2291fb12ebc1d7145b108d29343b5b328 /sysutils | |
parent | 8a48263e95800a01c703fbf4cbc0310dc53994fb (diff) | |
download | freebsd-ports-gnome-bb479e582923acc5521c965f348de6864be61c47.tar.gz freebsd-ports-gnome-bb479e582923acc5521c965f348de6864be61c47.tar.zst freebsd-ports-gnome-bb479e582923acc5521c965f348de6864be61c47.zip |
sysutils/restic: update to 0.4.0
PR: 216925
Submitted by: ghostonthewire at gmail
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/restic/Makefile | 3 | ||||
-rw-r--r-- | sysutils/restic/distinfo | 6 | ||||
-rw-r--r-- | sysutils/restic/pkg-plist | 1 |
3 files changed, 5 insertions, 5 deletions
diff --git a/sysutils/restic/Makefile b/sysutils/restic/Makefile index 9d22d657d604..a0583610058a 100644 --- a/sysutils/restic/Makefile +++ b/sysutils/restic/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= restic -PORTVERSION= 0.3.3 +PORTVERSION= 0.4.0 DISTVERSIONPREFIX= v CATEGORIES= sysutils @@ -14,6 +14,7 @@ USES= go USE_GITHUB= yes STRIP= # stripping can break go binaries +PLIST_FILES= bin/restic do-build: @(cd ${GO_WRKSRC}; ${SETENV} ${MAKE_ENV} ${GO_ENV} ${GO_CMD} run build.go) diff --git a/sysutils/restic/distinfo b/sysutils/restic/distinfo index a8cb92ff07a2..fd4a42b0dec7 100644 --- a/sysutils/restic/distinfo +++ b/sysutils/restic/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1483974957 -SHA256 (restic-restic-v0.3.3_GH0.tar.gz) = e98da8f712ae0f33e0d1e5e36cbd130ed15dc7bd42e73a33754b6b4f0322177d -SIZE (restic-restic-v0.3.3_GH0.tar.gz) = 22919640 +TIMESTAMP = 1486552602 +SHA256 (restic-restic-v0.4.0_GH0.tar.gz) = 746dbc7b73f5a542be57b71714b243266a011f1d750f56f5100c08a59df1aeac +SIZE (restic-restic-v0.4.0_GH0.tar.gz) = 22926188 diff --git a/sysutils/restic/pkg-plist b/sysutils/restic/pkg-plist deleted file mode 100644 index da18e2639363..000000000000 --- a/sysutils/restic/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/restic |