summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKeeyou2024-01-22 17:34:04 +0800
committerKeeyou2024-01-22 17:34:04 +0800
commit7619232823a585648a9e9c43f0f10eb8f29bffce (patch)
tree6614938999d51dbd4ef8acbfd0fa2248c92eeed2
parent0cc9980d7cc8c3fe75ca96c11fe02e0a9aba254e (diff)
downloadaur-7619232823a585648a9e9c43f0f10eb8f29bffce.tar.gz
update for 1.5.21
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ce62b1a4cf31..dced88c88d7a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = yass-proxy
pkgdesc = lightweight http/socks proxy
- pkgver = 1.5.20
+ pkgver = 1.5.21
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.5.20/yass-1.5.20.tar.gz
- sha256sums = 79cedc57d268cb67a9a3ffe9cea6157f40f21db111705db119eca2e3a9aa7c51
+ source = https://github.com/Chilledheart/yass/releases/download/1.5.21/yass-1.5.21.tar.gz
+ sha256sums = a68fd34db364dae346bf8b0d0f3ade080cb242754b3ef808d1f7b59302beeffc
pkgname = yass-proxy
diff --git a/PKGBUILD b/PKGBUILD
index bea12ae62ece..662d7ccbf4f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Contributor: Chilledheart <hukeyue@hotmail.com>
pkgname=yass-proxy
-pkgver=1.5.20
+pkgver=1.5.21
pkgrel=1
-_pkgver=1.5.20
+_pkgver=1.5.21
_pkgrel=1
pkgdesc="lightweight http/socks proxy"
arch=(x86_64)
@@ -17,7 +17,7 @@ checkdepends=(curl)
provides=(yass-proxy)
conflicts=(yass-proxy-git)
source=("https://github.com/Chilledheart/yass/releases/download/${_pkgver}/yass-${_pkgver}.tar.gz")
-sha256sums=('79cedc57d268cb67a9a3ffe9cea6157f40f21db111705db119eca2e3a9aa7c51')
+sha256sums=('a68fd34db364dae346bf8b0d0f3ade080cb242754b3ef808d1f7b59302beeffc')
prepare() {
SRC_DIR="${srcdir}/yass-${_pkgver}"