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