summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKeeyou2023-12-08 15:38:05 +0800
committerKeeyou2023-12-08 15:43:49 +0800
commit3f88473376a07d1f0c95698d368cc04b0703121e (patch)
tree39e9f9580d3318f794c105d573363c08fc4e61b3 /PKGBUILD
parentb34a742411c78a5240ebd60cb9986aa6ad37403d (diff)
downloadaur-3f88473376a07d1f0c95698d368cc04b0703121e.tar.gz
update for 1.5.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index aa1226e08d6e..4a9040a4dc24 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Contributor: Chilledheart <hukeyue@hotmail.com>
pkgname=yass-proxy
-pkgver=1.4.11
+pkgver=1.5.3
pkgrel=1
-_pkgver=1.4.11
+_pkgver=1.5.3
_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=('fc55336bd46ebc15b6d73dbd949916e9b4c1d6ae6c068ef956fe4ec7d3746b4b')
+sha256sums=('512a2de63b5f998219c09c36fb82700d85bc3839fe52f62b10dfe63c11dcfa13')
prepare() {
SRC_DIR="${srcdir}/yass-${_pkgver}"