summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKeeyou2024-01-03 21:13:40 +0800
committerKeeyou2024-01-03 21:13:40 +0800
commit616ec022d8a0b24637fb4dc602923c5c72892868 (patch)
tree694f12ffe83b9b2a215aee8f2f35827506614a1f /PKGBUILD
parentaaa95d979f9396debcba4ea29cc5dd9803199e27 (diff)
downloadaur-616ec022d8a0b24637fb4dc602923c5c72892868.tar.gz
update for 1.5.9
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 18cf7ae0a52f..22647fb05164 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Contributor: Chilledheart <hukeyue@hotmail.com>
pkgname=yass-proxy
-pkgver=1.5.7
+pkgver=1.5.9
pkgrel=1
-_pkgver=1.5.7
+_pkgver=1.5.9
_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=('3ab9e81353efa1649bf6ac758d134a59c8adc33ea772e77dbe299a595873e8e6')
+sha256sums=('ef0bc0152458e28d0b10abe60dd95aedbfd1e229514a7bc2457b61d103f96674')
prepare() {
SRC_DIR="${srcdir}/yass-${_pkgver}"