summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKeeyou2024-05-26 15:44:56 +0800
committerKeeyou2024-05-26 15:44:56 +0800
commitd2b864ffe4d5a5206f8e2091f06b150013b14427 (patch)
treed0ce794637acb62b2dfc3ee3feee3ff77080ccc4
parent3bc7cf540c8eda0199f9cd19d0d4afb6cfcbbc86 (diff)
downloadaur-d2b864ffe4d5a5206f8e2091f06b150013b14427.tar.gz
update for 1.10.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e796ec3244db..489b20e4ae6b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = yass-proxy
pkgdesc = lightweight http/socks proxy
- pkgver = 1.10.2
+ pkgver = 1.10.3
pkgrel = 1
url = https://github.com/Chilledheart/yass
arch = x86_64
@@ -27,9 +27,9 @@ pkgbase = yass-proxy
optdepends = gtk-update-icon-cache
provides = yass-proxy
conflicts = yass-proxy-git
- source = https://github.com/Chilledheart/yass/releases/download/1.10.2/yass-1.10.2.tar.bz2
+ source = https://github.com/Chilledheart/yass/releases/download/1.10.3/yass-1.10.3.tar.bz2
source = libcxx-gcc-14.patch
- sha256sums = 5cdbfe499facc93f43c39b378a27ffc87616e8d4d63ad98c536c273f9b5886fb
+ sha256sums = 42906e9471d97a22c79bd369985803d73a2cab38775922e9d38096e32b379107
sha256sums = 72f55c55adb141d31dd9cd892cd04a08df2d95a1d94ad3a4b421a312075782e4
pkgname = yass-proxy
diff --git a/PKGBUILD b/PKGBUILD
index e70794c1adf3..7131c8617bf8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Contributor: Chilledheart <hukeyue@hotmail.com>
pkgname=yass-proxy
-pkgver=1.10.2
+pkgver=1.10.3
pkgrel=1
-_pkgver=1.10.2
+_pkgver=1.10.3
_pkgrel=1
pkgdesc="lightweight http/socks proxy"
arch=(x86_64)
@@ -19,7 +19,7 @@ conflicts=(yass-proxy-git)
source=("https://github.com/Chilledheart/yass/releases/download/${_pkgver}/yass-${_pkgver}.tar.bz2"
"libcxx-gcc-14.patch"
)
-sha256sums=('5cdbfe499facc93f43c39b378a27ffc87616e8d4d63ad98c536c273f9b5886fb'
+sha256sums=('42906e9471d97a22c79bd369985803d73a2cab38775922e9d38096e32b379107'
'72f55c55adb141d31dd9cd892cd04a08df2d95a1d94ad3a4b421a312075782e4'
)