summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKeeyou2024-02-15 14:26:03 +0800
committerKeeyou2024-02-15 14:26:03 +0800
commit67df925c15d0b82b6c4cecf19ecfd9e8fa218716 (patch)
treeb6cb20fae12ef8736002a04623b46bc63a2a09d5 /PKGBUILD
parentd5cedf9e3f00aeb8ac591dfcfbd656e51a4512c5 (diff)
downloadaur-67df925c15d0b82b6c4cecf19ecfd9e8fa218716.tar.gz
update for 1.6.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 31aa583f8e4f..b47eb908594e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Contributor: Chilledheart <hukeyue@hotmail.com>
pkgname=yass-proxy
-pkgver=1.6.3
+pkgver=1.6.4
pkgrel=1
-_pkgver=1.6.3
+_pkgver=1.6.4
_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=('6738e2a95202f81a6daa8f1dcf2d919a4d59547fe02431286900d1751f064f09')
+sha256sums=('2d4186081b5580cdb8a1adb07f917c38168fbe4bd908c5d17caf92e67ab8cf2f')
prepare() {
SRC_DIR="${srcdir}/yass-${_pkgver}"