diff options
Diffstat (limited to 'net/shadowsocks-rust/Makefile')
-rw-r--r-- | net/shadowsocks-rust/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/shadowsocks-rust/Makefile b/net/shadowsocks-rust/Makefile index 0b2ffd3ab124..e2933367456f 100644 --- a/net/shadowsocks-rust/Makefile +++ b/net/shadowsocks-rust/Makefile @@ -1,13 +1,12 @@ PORTNAME= shadowsocks-rust DISTVERSIONPREFIX= v -DISTVERSION= 1.23.4 -PORTREVISION= 1 +DISTVERSION= 1.23.5 CATEGORIES= net MAINTAINER= yuri@FreeBSD.org COMMENT= Rust port of shadowsocks WWW= https://shadowsocks.org/ \ - https://github.com/shadowsocks/shadowsocks-org + https://github.com/shadowsocks/shadowsocks-rust LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE |