summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKeeyou2024-01-16 19:58:06 +0800
committerKeeyou2024-01-16 19:58:06 +0800
commit74ef60ff3cbe7b5e8d1ad0dd0618a17b8b1d2910 (patch)
treee284ce62ff739677e83a8a7debf7b356e1008224 /PKGBUILD
parent3260d2d954208826fe256932011044efb51ca53d (diff)
downloadaur-74ef60ff3cbe7b5e8d1ad0dd0618a17b8b1d2910.tar.gz
update for 1.5.19
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8c48828cc00f..6cb961eaf099 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Contributor: Chilledheart <hukeyue@hotmail.com>
pkgname=yass-proxy
-pkgver=1.5.18
+pkgver=1.5.19
pkgrel=1
-_pkgver=1.5.18
+_pkgver=1.5.19
_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=('3b775b258869b3b32e415bb7c1a6e78f1c6e6b4bbf848fc7171383b3a942304d')
+sha256sums=('26d9ebdbab89cb3b08c9c56bfac648e525b7c8dd7bf3fd1fb76bd3c63aecf0fa')
prepare() {
SRC_DIR="${srcdir}/yass-${_pkgver}"