summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKeeyou2024-01-10 10:36:46 +0800
committerKeeyou2024-01-10 10:36:46 +0800
commitf84f73ef001e81f024c52cfc708eddf7eba1086a (patch)
treee979933b201ade89a8840d2a08f05278bbb41ca6 /PKGBUILD
parentc3c3dea1385dc0f73d8e977a213e81bfeecafcb9 (diff)
downloadaur-f84f73ef001e81f024c52cfc708eddf7eba1086a.tar.gz
update for 1.5.15
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c0be96a0e578..3fa4ccfb196c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Contributor: Chilledheart <hukeyue@hotmail.com>
pkgname=yass-proxy
-pkgver=1.5.14
+pkgver=1.5.15
pkgrel=1
-_pkgver=1.5.14
+_pkgver=1.5.15
_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=('069be81fe098b88955c15101de64caf6d0bfb037c3623b841b737ab8b35f991c')
+sha256sums=('0248897cf9b12071fd1076181ce7e258e570e9771ae717e46c3a07adb8c0e10b')
prepare() {
SRC_DIR="${srcdir}/yass-${_pkgver}"