git: 03a7c5211d20 - main - net/ipinfo-cli: Update to 2.1.1
Fernando Apesteguía
fernape at FreeBSD.org
Wed Aug 18 18:28:38 UTC 2021
The branch main has been updated by fernape:
URL: https://cgit.FreeBSD.org/ports/commit/?id=03a7c5211d203f98c6c13140f14ccd15b05dd1b9
commit 03a7c5211d203f98c6c13140f14ccd15b05dd1b9
Author: Gabriel Dutra <0xdutra at gmail.com>
AuthorDate: 2021-08-18 09:10:17 +0000
Commit: Fernando Apesteguía <fernape at FreeBSD.org>
CommitDate: 2021-08-18 18:23:06 +0000
net/ipinfo-cli: Update to 2.1.1
ChangeLog: https://github.com/ipinfo/cli/releases/tag/ipinfo-2.1.1
PR: 257922
---
net/ipinfo-cli/Makefile | 6 +++---
net/ipinfo-cli/distinfo | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/net/ipinfo-cli/Makefile b/net/ipinfo-cli/Makefile
index ba73f8d4660a..f2ada299aff9 100644
--- a/net/ipinfo-cli/Makefile
+++ b/net/ipinfo-cli/Makefile
@@ -2,7 +2,7 @@
PORTNAME= ipinfo
DISTVERSIONPREFIX= ipinfo-
-DISTVERSION= 2.0.2
+DISTVERSION= 2.1.1
CATEGORIES= net
MAINTAINER= 0xdutra at gmail.com
@@ -15,8 +15,6 @@ USES= go:modules
USE_GITHUB= yes
GH_PROJECT= cli
-GO_TARGET= ./ipinfo
-
GH_TUPLE= \
davecgh:go-spew:v1.1.1:davecgh_go_spew/vendor/github.com/davecgh/go-spew \
fatih:color:v1.10.0:fatih_color/vendor/github.com/fatih/color \
@@ -37,6 +35,8 @@ GH_TUPLE= \
spf13:pflag:v1.0.5:spf13_pflag/vendor/github.com/spf13/pflag \
stretchr:testify:v1.7.0:stretchr_testify/vendor/github.com/stretchr/testify
+GO_TARGET= ./ipinfo
+
PLIST_FILES= bin/${PORTNAME}
.include <bsd.port.mk>
diff --git a/net/ipinfo-cli/distinfo b/net/ipinfo-cli/distinfo
index 62b4039f82b5..804a94f52627 100644
--- a/net/ipinfo-cli/distinfo
+++ b/net/ipinfo-cli/distinfo
@@ -1,6 +1,6 @@
-TIMESTAMP = 1628885667
-SHA256 (ipinfo-cli-ipinfo-2.0.2_GH0.tar.gz) = 9a81a5dc28067975f706295cc65cbde0a5028e3d1117fbd2c520e71711825cea
-SIZE (ipinfo-cli-ipinfo-2.0.2_GH0.tar.gz) = 2323755
+TIMESTAMP = 1629257489
+SHA256 (ipinfo-cli-ipinfo-2.1.1_GH0.tar.gz) = 136e08ae35eb5b7ba6d4c5ff97c2b4aa342f87a4e53d088cd40c290df3bd9fc1
+SIZE (ipinfo-cli-ipinfo-2.1.1_GH0.tar.gz) = 2327802
SHA256 (davecgh-go-spew-v1.1.1_GH0.tar.gz) = 7d82b9bb7291adbe7498fe946920ab3e7fc9e6cbfc3b2294693fad00bf0dd17e
SIZE (davecgh-go-spew-v1.1.1_GH0.tar.gz) = 42152
SHA256 (fatih-color-v1.10.0_GH0.tar.gz) = a00342a7ffb8b119346dce56e152a111cbb9eab3970c429cc2ed4272aec2858e
More information about the dev-commits-ports-all
mailing list