summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoredward-p2019-06-03 12:32:38 +0800
committeredward-p2019-06-03 12:32:38 +0800
commit7919b1a95733765ec8bb6a73f3a397f65dd4180b (patch)
tree803ca21bbddc94db4af8b5dd51805fc947e1f153
parent274033338ed51b0096488f705c88f5c80d03de42 (diff)
downloadaur-7919b1a95733765ec8bb6a73f3a397f65dd4180b.tar.gz
update to 0.14.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 585c603380f7..5771df375573 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = dnsproxy-adguard
pkgdesc = Simple DNS proxy with DoH, DoT, and DNSCrypt support by AdguardTeam
- pkgver = 0.13.3
+ pkgver = 0.14.0
pkgrel = 1
url = https://github.com/AdguardTeam/dnsproxy
arch = x86_64
license = Apache
makedepends = go
makedepends = git
- source = https://github.com/AdguardTeam/dnsproxy/archive/v0.13.3.tar.gz
- sha256sums = 211b2ca5d486feb5c6d4f7d63b555cdc4b1a410133fea09ad15746001f3aa660
+ source = https://github.com/AdguardTeam/dnsproxy/archive/v0.14.0.tar.gz
+ sha256sums = 38032f1698439b5324ee53f3e388a82e8e0d89e53489e7df031493f5cc2e2999
pkgname = dnsproxy-adguard
diff --git a/PKGBUILD b/PKGBUILD
index 0f439dc8168d..524178687f1b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_projectname=dnsproxy
pkgname=dnsproxy-adguard
-pkgver=0.13.3
+pkgver=0.14.0
pkgrel=1
pkgdesc="Simple DNS proxy with DoH, DoT, and DNSCrypt support by AdguardTeam"
arch=('x86_64')
@@ -10,7 +10,7 @@ url="https://github.com/AdguardTeam/dnsproxy"
license=('Apache')
source=("https://github.com/AdguardTeam/dnsproxy/archive/v${pkgver}.tar.gz")
makedepends=("go" "git")
-sha256sums=('211b2ca5d486feb5c6d4f7d63b555cdc4b1a410133fea09ad15746001f3aa660')
+sha256sums=('38032f1698439b5324ee53f3e388a82e8e0d89e53489e7df031493f5cc2e2999')
build(){
cd "${srcdir}/${_projectname}-${pkgver}"