summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKeeyou2024-04-19 13:46:09 +0800
committerKeeyou2024-04-19 13:46:09 +0800
commit7712b8770edbb24456fa3a85dbeb10505e7c1f7f (patch)
treede19b7917c4e52fc9f57d7e89c23784e3535f843
parentf0f6f15ba7b66c2e558f161286b9d94f0b64b864 (diff)
downloadaur-7712b8770edbb24456fa3a85dbeb10505e7c1f7f.tar.gz
update for 1.9.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 22a862889283..71a9c8414145 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = yass-proxy
pkgdesc = lightweight http/socks proxy
- pkgver = 1.9.0
+ pkgver = 1.9.1
pkgrel = 1
url = https://github.com/Chilledheart/yass
arch = x86_64
@@ -27,7 +27,7 @@ pkgbase = yass-proxy
optdepends = gtk-update-icon-cache
provides = yass-proxy
conflicts = yass-proxy-git
- source = https://github.com/Chilledheart/yass/releases/download/1.9.0/yass-1.9.0.tar.bz2
- sha256sums = d41f2f54efc24919e201dca5729c1f45c4f70f447250517201f6c27bd45e429e
+ source = https://github.com/Chilledheart/yass/releases/download/1.9.1/yass-1.9.1.tar.bz2
+ sha256sums = a2b7c2ac47778b6513788ca58e6293ce701eef28d29c8cb4efd4a1fb51ef0690
pkgname = yass-proxy
diff --git a/PKGBUILD b/PKGBUILD
index e6faccda682a..0d783e8cb2bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Contributor: Chilledheart <hukeyue@hotmail.com>
pkgname=yass-proxy
-pkgver=1.9.0
+pkgver=1.9.1
pkgrel=1
-_pkgver=1.9.0
+_pkgver=1.9.1
_pkgrel=1
pkgdesc="lightweight http/socks proxy"
arch=(x86_64)
@@ -18,7 +18,7 @@ provides=(yass-proxy)
conflicts=(yass-proxy-git)
source=("https://github.com/Chilledheart/yass/releases/download/${_pkgver}/yass-${_pkgver}.tar.bz2"
)
-sha256sums=('d41f2f54efc24919e201dca5729c1f45c4f70f447250517201f6c27bd45e429e'
+sha256sums=('a2b7c2ac47778b6513788ca58e6293ce701eef28d29c8cb4efd4a1fb51ef0690'
)
prepare() {