diff options
Diffstat (limited to 'net/shadowsocks-rust/Makefile')
-rw-r--r-- | net/shadowsocks-rust/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/shadowsocks-rust/Makefile b/net/shadowsocks-rust/Makefile index 7a74ab5a3a00..a73643d9c974 100644 --- a/net/shadowsocks-rust/Makefile +++ b/net/shadowsocks-rust/Makefile @@ -1,13 +1,13 @@ PORTNAME= shadowsocks-rust DISTVERSIONPREFIX= v -DISTVERSION= 1.23.4 -PORTREVISION= 2 +DISTVERSION= 1.23.5 +PORTREVISION= 1 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 |