1.22.0
Some checks failed
Run CI/CD... / main (push) Failing after 12m16s

This commit is contained in:
Your Name 2025-02-10 12:14:53 +00:00
parent db7f5a6d54
commit 2c2a843510
2 changed files with 4 additions and 3 deletions

View file

@ -1,2 +1,2 @@
sources:
shadowsocks-rust-1.8.16.tar.gz: da5f17684297afde99ffcb5e61b615041416e40d
shadowsocks-rust-1.22.0.tar.gz: 3125bb53adbb73d782023584701c214f634e55be

View file

@ -2,7 +2,7 @@
%define debug_package %nil
Name: shadowsocks-rust
Version: 1.8.16
Version: 1.22.0
Release: 1
Summary: Shadowsocks on rust
URL: https://shadowsocks.org
@ -11,7 +11,7 @@ License: MIT
Group: Networking/Other
BuildRequires: rust
BuildRequires: cargo
BuildRequires: pkgconfig(openssl)
BuildRequires: pkgconfig(openssl3.3)
Provides: ssserver == %{version}
Provides: sslocal == %{version}
Provides: ssmanager == %{version}
@ -24,6 +24,7 @@ shadowsocks is a fast tunnel proxy that helps you bypass firewalls
%setup -q
%build
export OPENSSL_DIR=/opt/openssl3.3
make build TARGET=release
%install