summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoreveryx2023-12-12 14:35:09 +0800
committereveryx2023-12-12 14:35:09 +0800
commit663e33d7e9f5c1fb14e241256516c55310b3e37f (patch)
tree15becb3f663b8b863cde0fab05c9c3b20d6301b4
parentb3f789b017e02c71693c75cc85e3867469749922 (diff)
downloadaur-663e33d7e9f5c1fb14e241256516c55310b3e37f.tar.gz
upgpkg: 1.7.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f1e9fd67c1ca..077837490934 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sing-box
pkgdesc = The universal proxy platform.
- pkgver = 1.7.4
+ pkgver = 1.7.5
pkgrel = 1
url = https://sing-box.sagernet.org/
arch = i686
@@ -17,7 +17,7 @@ pkgbase = sing-box
conflicts = sing-box-git
conflicts = sing-box-beta
backup = etc/sing-box/config.json
- source = sing-box-1.7.4.tar.gz::https://github.com/SagerNet/sing-box/archive/v1.7.4.tar.gz
- sha256sums = 483c7188f054dffc37211a4c6d50edc7473f9cbbe57c5687bb3551aba3919e52
+ source = sing-box-1.7.5.tar.gz::https://github.com/SagerNet/sing-box/archive/v1.7.5.tar.gz
+ sha256sums = 467373705604cb9cbf9c8363b0cec93aeb66b8de02742d96304f91181f5fbb5e
pkgname = sing-box
diff --git a/PKGBUILD b/PKGBUILD
index edf31f8b5a35..c2a6106ee1f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: everyx <lunt.luo#gmail.com>
pkgname=sing-box
-pkgver=1.7.4
+pkgver=1.7.5
pkgrel=1
pkgdesc='The universal proxy platform.'
@@ -12,7 +12,7 @@ license=('GPL3 with name use or association addition')
makedepends=('go')
source=("$pkgname-$pkgver.tar.gz::https://github.com/SagerNet/sing-box/archive/v$pkgver.tar.gz")
-sha256sums=('483c7188f054dffc37211a4c6d50edc7473f9cbbe57c5687bb3551aba3919e52')
+sha256sums=('467373705604cb9cbf9c8363b0cec93aeb66b8de02742d96304f91181f5fbb5e')
conflicts=("$pkgname-git" "$pkgname-beta")
optdepends=('sing-geosite: sing-geosite database'
@@ -20,7 +20,7 @@ optdepends=('sing-geosite: sing-geosite database'
backup=("etc/$pkgname/config.json")
-_tags=with_gvisor,with_quic,with_wireguard,with_utls,with_reality_server,with_clash_api,with_ech
+_tags=with_gvisor,with_quic,with_wireguard,with_utls,with_reality_server,with_clash_api,with_ech,with_acme
build(){
cd "$pkgname-$pkgver"