summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKeeyou2024-03-20 16:12:21 +0800
committerKeeyou2024-03-20 16:12:21 +0800
commit411eb20f2844bb016149f0c685cbacd04c605a78 (patch)
tree3cf1b23e9ed4b985b7610397c597067bd772181f /PKGBUILD
parent42466a9cc71a529d55e2c565c7299f3b98535e44 (diff)
downloadaur-411eb20f2844bb016149f0c685cbacd04c605a78.tar.gz
update for 1.8.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f0a83542d652..28744610bd36 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Contributor: Chilledheart <hukeyue@hotmail.com>
pkgname=yass-proxy
-pkgver=1.7.5
+pkgver=1.8.0
pkgrel=1
-_pkgver=1.7.5
+_pkgver=1.8.0
_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=('50635e57b379e62a0d82316932ce6b6e11854396a430913f5c698fa729db79f1')
+sha256sums=('f783f8a5369f9849dd316977cc8108fb6609e5e986b0fefd0d0c86d4885c6063')
prepare() {
SRC_DIR="${srcdir}/yass-${_pkgver}"