summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoredward-p2019-08-01 00:41:39 +0800
committeredward-p2019-08-01 00:41:39 +0800
commit711dfa5b36225ac81ff5fd950f0a27c9de320fb2 (patch)
treeb866dca6fabdf5aa6bdcbefc8a3615d97df40936
parentf126902d1fbb0e296a6953107c1bb4ef70255122 (diff)
downloadaur-711dfa5b36225ac81ff5fd950f0a27c9de320fb2.tar.gz
bump version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ebae12631a25..05068940c16f 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.16.0
+ pkgver = 0.17.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.16.0.tar.gz
- sha256sums = 533cd9d1543a72a9242538a5522a3f6f981fddce010836fbf0ede785087d6f05
+ source = https://github.com/AdguardTeam/dnsproxy/archive/v0.17.0.tar.gz
+ sha256sums = 166084eed4ec9790646d1733e3adae16dd26f4088f98b3f8dbadf31b3aaf31a9
pkgname = dnsproxy-adguard
diff --git a/PKGBUILD b/PKGBUILD
index 4e49a63ab61d..8c15fa53438e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_projectname=dnsproxy
pkgname=dnsproxy-adguard
-pkgver=0.16.0
+pkgver=0.17.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=('533cd9d1543a72a9242538a5522a3f6f981fddce010836fbf0ede785087d6f05')
+sha256sums=('166084eed4ec9790646d1733e3adae16dd26f4088f98b3f8dbadf31b3aaf31a9')
build(){
cd "${srcdir}/${_projectname}-${pkgver}"