summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoreveryx2022-12-05 08:32:36 +0800
committereveryx2022-12-05 08:32:36 +0800
commit55ed14d729aabc872c89dade35807a0eb4f45f9c (patch)
tree239fd5b705d443fb484a13d8f1bd1096b3967411 /PKGBUILD
parent677cfda408bfde3eed4727e209cd3ee5e905fe80 (diff)
downloadaur-55ed14d729aabc872c89dade35807a0eb4f45f9c.tar.gz
fix: update to 1.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8c7b8f4cc06c..bfd91cc3f807 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: everyx <lunt.luo#gmail.com>
pkgname=sing-box
-pkgver=1.0.7
+pkgver=1.1
pkgrel=3
pkgdesc='The universal proxy platform.'
@@ -12,7 +12,7 @@ license=('GPL3')
makedepends=('go')
source=("$pkgname-$pkgver.tar.gz::https://github.com/SagerNet/sing-box/archive/v$pkgver.tar.gz")
-sha256sums=('8c07e6c966aa79545647ada297b2c99d861636e5721bdeba720d2213d0883233')
+sha256sums=('156d717b46eec252a4a1042b41a3aa5c0fbd5ab684de4f535ceedb542fb99ef6')
conflicts=("${pkgname}-git" "${pkgname}-beta")
optdepends=('sing-geosite: sing-geosite database'
@@ -20,7 +20,7 @@ optdepends=('sing-geosite: sing-geosite database'
backup=('etc/sing-box/config.json')
-_tags=with_quic,with_wireguard,with_clash_api
+_tags=with_gvisor,with_quic,with_wireguard,with_utls,with_clash_api
build(){
cd $pkgname-$pkgver