summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e33d81de4094..f558fe433533 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = overture
pkgdesc = A DNS upstream switcher written in Go in order to purify DNS records
- pkgver = 1.3.2
- pkgrel = 3
+ pkgver = 1.3.3
+ pkgrel = 1
url = https://github.com/shawn1m/overture
install = overture.install
arch = i686
@@ -13,7 +13,7 @@ pkgbase = overture
optdepends = dnsmasq: advanced DNS configuration
provides = overture
backup = etc/overture/config.json
- source = git+https://github.com/shawn1m/overture.git#tag=1.3.2
+ source = git+https://github.com/shawn1m/overture.git#tag=1.3.3
source = china_ip_list.txt
source = config.json
source = gfwlist.txt
diff --git a/PKGBUILD b/PKGBUILD
index 3c4a14a43ba5..437521a74295 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Maintainer: Maddie Zhan <maddie@emzee.be>
pkgname=overture
-pkgver=1.3.2
-pkgrel=3
+pkgver=1.3.3
+pkgrel=1
pkgdesc="A DNS upstream switcher written in Go in order to purify DNS records"
arch=("i686" "x86_64" "armv6h" "armv7h")
url="https://github.com/shawn1m/overture"