summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoredward-p2019-08-08 10:23:28 +0800
committeredward-p2019-08-08 10:23:28 +0800
commitc6b0e10e848fa672b0d69b76365d26ef3a84d2b3 (patch)
tree9090946d5603f6f3287f8cb17a510352c8aba34a
parent711dfa5b36225ac81ff5fd950f0a27c9de320fb2 (diff)
downloadaur-c6b0e10e848fa672b0d69b76365d26ef3a84d2b3.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 05068940c16f..7921cd7ea1fb 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.17.0
+ pkgver = 0.17.2
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.17.0.tar.gz
- sha256sums = 166084eed4ec9790646d1733e3adae16dd26f4088f98b3f8dbadf31b3aaf31a9
+ source = https://github.com/AdguardTeam/dnsproxy/archive/v0.17.2.tar.gz
+ sha256sums = 01934af185aa5ad8fdd67d7d2bb41ced5c8fe5114d41c7e70f4852407739a2f0
pkgname = dnsproxy-adguard
diff --git a/PKGBUILD b/PKGBUILD
index 8c15fa53438e..079898021b7a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_projectname=dnsproxy
pkgname=dnsproxy-adguard
-pkgver=0.17.0
+pkgver=0.17.2
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=('166084eed4ec9790646d1733e3adae16dd26f4088f98b3f8dbadf31b3aaf31a9')
+sha256sums=('01934af185aa5ad8fdd67d7d2bb41ced5c8fe5114d41c7e70f4852407739a2f0')
build(){
cd "${srcdir}/${_projectname}-${pkgver}"