summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 489b20e4ae6b..4f6adc2592c7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = yass-proxy
pkgdesc = lightweight http/socks proxy
- pkgver = 1.10.3
+ pkgver = 1.10.4
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.3/yass-1.10.3.tar.bz2
+ source = https://github.com/Chilledheart/yass/releases/download/1.10.4/yass-1.10.4.tar.bz2
source = libcxx-gcc-14.patch
- sha256sums = 42906e9471d97a22c79bd369985803d73a2cab38775922e9d38096e32b379107
+ sha256sums = f4beadf9dfb3cd506426909fb1a03fcd5e6151658e9decaf0fe3734bd78c0cbb
sha256sums = 72f55c55adb141d31dd9cd892cd04a08df2d95a1d94ad3a4b421a312075782e4
pkgname = yass-proxy
diff --git a/PKGBUILD b/PKGBUILD
index 7131c8617bf8..20261361a3fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Contributor: Chilledheart <hukeyue@hotmail.com>
pkgname=yass-proxy
-pkgver=1.10.3
+pkgver=1.10.4
pkgrel=1
-_pkgver=1.10.3
+_pkgver=1.10.4
_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=('42906e9471d97a22c79bd369985803d73a2cab38775922e9d38096e32b379107'
+sha256sums=('f4beadf9dfb3cd506426909fb1a03fcd5e6151658e9decaf0fe3734bd78c0cbb'
'72f55c55adb141d31dd9cd892cd04a08df2d95a1d94ad3a4b421a312075782e4'
)