net/shadowsocks: bump plugin version to 1.3 (#4966)

* net/shadowsocks: Bump plugin version to 1.3

* Update changelog
This commit is contained in:
Monviech 2025-10-02 08:50:46 +02:00 committed by GitHub
parent 59f3c772c5
commit 320de1124a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 2 deletions

View file

@ -1,6 +1,5 @@
PLUGIN_NAME= shadowsocks
PLUGIN_VERSION= 1.2
PLUGIN_REVISION= 2
PLUGIN_VERSION= 1.3
PLUGIN_COMMENT= Secure socks5 proxy
PLUGIN_DEPENDS= shadowsocks-rust
PLUGIN_MAINTAINER= m.muenz@gmail.com

View file

@ -3,6 +3,10 @@ Shadowsocks is a fast tunnel proxy that helps you bypass firewalls.
Plugin Changelog
================
1.3
* Update ciphers to match shadowsocks-rust (contributed by eguun)
1.2
* Switch to shadowsocks-rust