summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKeeyou2024-01-22 19:03:51 +0800
committerKeeyou2024-01-22 19:03:51 +0800
commit0b82d2e20ad21afa695e84d6a92de600e50e83e3 (patch)
tree25faf88c9d3ec6a6e8be5b9a633a5cfda9f0402e /PKGBUILD
parent7619232823a585648a9e9c43f0f10eb8f29bffce (diff)
downloadaur-0b82d2e20ad21afa695e84d6a92de600e50e83e3.tar.gz
update for 1.5.22
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 662d7ccbf4f2..eebeb6803610 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Contributor: Chilledheart <hukeyue@hotmail.com>
pkgname=yass-proxy
-pkgver=1.5.21
+pkgver=1.5.22
pkgrel=1
-_pkgver=1.5.21
+_pkgver=1.5.22
_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=('a68fd34db364dae346bf8b0d0f3ade080cb242754b3ef808d1f7b59302beeffc')
+sha256sums=('6291fa3466f1648e39cf92fcdea666c6c4e0bfb659df544fca17bcd5443b4300')
prepare() {
SRC_DIR="${srcdir}/yass-${_pkgver}"