1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00

Update net/go-nats to version 1.6.0.

This commit is contained in:
Jimmy Olgeni 2018-08-30 14:23:59 +00:00
parent e17d2323b6
commit 23c64d9fca
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=478459
3 changed files with 7 additions and 5 deletions

View File

@ -2,7 +2,7 @@
PORTNAME= go-nats
DISTVERSIONPREFIX= v
DISTVERSION= 1.5.0
DISTVERSION= 1.6.0
CATEGORIES= net
MAINTAINER= olgeni@FreeBSD.org

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1521835836
SHA256 (nats-io-go-nats-v1.5.0_GH0.tar.gz) = 76a6f71d65118ea07eb49ee7cb6f4fb98f34f11665848c841764cb16a32cf410
SIZE (nats-io-go-nats-v1.5.0_GH0.tar.gz) = 100152
TIMESTAMP = 1535638440
SHA256 (nats-io-go-nats-v1.6.0_GH0.tar.gz) = 8436bfe8945d349952fbd5f69ea4fe19f9388548ae21f2c0077a6349b1a81369
SIZE (nats-io-go-nats-v1.6.0_GH0.tar.gz) = 106834

View File

@ -1,6 +1,7 @@
%%GO_LIBDIR%%/%%GO_PKGNAME%%.a
%%GO_SRCDIR%%/%%GO_PKGNAME%%/GOVERNANCE.md
%%GO_SRCDIR%%/%%GO_PKGNAME%%/LICENSE
%%GO_SRCDIR%%/%%GO_PKGNAME%%/OWNERS
%%GO_SRCDIR%%/%%GO_PKGNAME%%/MAINTAINERS.md
%%GO_SRCDIR%%/%%GO_PKGNAME%%/README.md
%%GO_SRCDIR%%/%%GO_PKGNAME%%/TODO.md
%%GO_SRCDIR%%/%%GO_PKGNAME%%/bench/bench.go
@ -40,6 +41,7 @@
%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/configs/tlsverify.conf
%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/conn_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/context_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/drain_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/enc_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/gob_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/helper_test.go