summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjustforlxz2023-07-10 13:38:36 +0800
committerjustforlxz2023-07-10 13:38:36 +0800
commit9001f73dce516bdae79a68cba53280665c182533 (patch)
tree388a92f94d9b1fa289140f644e8374bba0e05b15
parentd52d28aa671c1a927632eb5a1380ae481247224d (diff)
downloadaur-9001f73dce516bdae79a68cba53280665c182533.tar.gz
update to 4.7.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cef9afde05bb..a9684a1cf5f7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = ss-tproxy
pkgdesc = 搭建 SS/SSR/V2Ray/Socks5 透明代理环境的简易脚本
- pkgver = 4.6.2
+ pkgver = 4.7.6
pkgrel = 1
url = https://github.com/zfl9/ss-tproxy
arch = x86_64
+ arch = aarch64
license = GPL3
depends = ipset
depends = dnsmasq
depends = iptables
depends = chinadns-ng-zfl9
depends = dns2tcp-zfl9
- source = ss-tproxy-v4.6.2::https://github.com/zfl9/ss-tproxy/archive/refs/tags/v4.6.2.tar.gz
+ source = ss-tproxy-v4.7.6::https://github.com/zfl9/ss-tproxy/archive/refs/tags/v4.7.6.tar.gz
sha512sums = SKIP
pkgname = ss-tproxy
-
diff --git a/PKGBUILD b/PKGBUILD
index 9079ef6d8a14..f9b661b085ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: justforlxz <justforlxz@gmail.com>
pkgname=ss-tproxy
-pkgver=4.6.2
+pkgver=4.7.6
pkgrel=1
pkgdesc='搭建 SS/SSR/V2Ray/Socks5 透明代理环境的简易脚本'
-arch=('x86_64')
+arch=('x86_64' 'aarch64')
url="https://github.com/zfl9/ss-tproxy"
license=('GPL3')
depends=('ipset' 'dnsmasq' 'iptables' 'chinadns-ng-zfl9' 'dns2tcp-zfl9')