summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoreveryx2023-03-24 08:37:28 +0800
committereveryx2023-03-24 08:37:28 +0800
commit0ef7b5bb42973acb6a12d4e0fc7beea090264e73 (patch)
treecfc5fcb7c4df6d9e6be200aaea924e8d7bcd2543
parente5d95f287b1e02abdaff5c9b829940fff0651fd7 (diff)
downloadaur-0ef7b5bb42973acb6a12d4e0fc7beea090264e73.tar.gz
fix: update to 1.2.0
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD4
3 files changed, 9 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e1cb1174f9b0..462ba38e805a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sing-box
pkgdesc = The universal proxy platform.
- pkgver = 1.1.7
+ pkgver = 1.2.0
pkgrel = 1
url = https://sing-box.sagernet.org/
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = sing-box
conflicts = sing-box-git
conflicts = sing-box-beta
backup = etc/sing-box/config.json
- source = sing-box-1.1.7.tar.gz::https://github.com/SagerNet/sing-box/archive/v1.1.7.tar.gz
- sha256sums = d0c75af7a5b649b5f10af99e845134741dd4ea4147d804c9d0d2a3a552843356
+ source = sing-box-1.2.0.tar.gz::https://github.com/SagerNet/sing-box/archive/v1.2.0.tar.gz
+ sha256sums = ec70c2eecf85788e82c29ec4ca129e25292d5fc66a510b4b713fe337650740a9
pkgname = sing-box
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..4367ae4a50ac
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+*
+!.gitignore
+!.SRCINFO
+!PKGBUILD \ No newline at end of file
diff --git a/PKGBUILD b/PKGBUILD
index bc8cd9ee55ee..40c21fa5c093 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: everyx <lunt.luo#gmail.com>
pkgname=sing-box
-pkgver=1.1.7
+pkgver=1.2.0
pkgrel=1
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=('d0c75af7a5b649b5f10af99e845134741dd4ea4147d804c9d0d2a3a552843356')
+sha256sums=('ec70c2eecf85788e82c29ec4ca129e25292d5fc66a510b4b713fe337650740a9')
conflicts=("${pkgname}-git" "${pkgname}-beta")
optdepends=('sing-geosite: sing-geosite database'