diff options
| author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2026-05-14 10:02:44 +0000 |
|---|---|---|
| committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2026-05-14 10:02:44 +0000 |
| commit | a6e4ca97c4be8b2f9516a32d9fea3977d615e19c (patch) | |
| tree | 9988939865020af5c439eb589b342e239f59c165 | |
| parent | fca7f3e4b24bd15b24dc8d814bf1d050b6696e85 (diff) | |
www/reproxy: the port had been updated to version 1.6.0
Unfortunately it now requires non-default Go[lang] 1.26.
Reported by: portscout
| -rw-r--r-- | www/reproxy/Makefile | 5 | ||||
| -rw-r--r-- | www/reproxy/distinfo | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/www/reproxy/Makefile b/www/reproxy/Makefile index fb9bc571b4e8..88568e873f3d 100644 --- a/www/reproxy/Makefile +++ b/www/reproxy/Makefile @@ -1,7 +1,6 @@ PORTNAME= reproxy -PORTVERSION= 1.5.0 +PORTVERSION= 1.6.0 DISTVERSIONPREFIX= v -PORTREVISION= 2 CATEGORIES= www MAINTAINER= danfe@FreeBSD.org @@ -11,7 +10,7 @@ WWW= https://reproxy.io/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= go:1.25+,modules +USES= go:1.26+,modules USE_GITHUB= yes GH_ACCOUNT= umputun diff --git a/www/reproxy/distinfo b/www/reproxy/distinfo index 9defecbdda6e..f83d761690e0 100644 --- a/www/reproxy/distinfo +++ b/www/reproxy/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1772573967 -SHA256 (umputun-reproxy-v1.5.0_GH0.tar.gz) = 515c3f331d6cbbc5adfc2d301cbfd8a7416ce6a311d7a3ebedc617c6ab6c2213 -SIZE (umputun-reproxy-v1.5.0_GH0.tar.gz) = 5745069 +TIMESTAMP = 1778574610 +SHA256 (umputun-reproxy-v1.6.0_GH0.tar.gz) = 6dcc72ad9029f179b02a157cd00dcc9041bf49720eb95c7fc4a6acd6eb186afa +SIZE (umputun-reproxy-v1.6.0_GH0.tar.gz) = 5140773 |
