summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoredward-p2019-08-16 20:39:12 +0800
committeredward-p2019-08-16 20:39:12 +0800
commit93114ba43bcdebf0797624383799cf4e361e3b3c (patch)
tree18fded9025444f36429ffbde7428aab3dbeac025
parentf6c111fda2e4214f82abeedbc72a6ec6baea83bb (diff)
downloadaur-93114ba43bcdebf0797624383799cf4e361e3b3c.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 c9f670b10c53..35aa6da21786 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.18.1
+ pkgver = 0.18.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.18.1.tar.gz
- sha256sums = 62a43d4ebdc705234319063220ab639cdee697c1c6cbe1bba0502e5be735831d
+ source = https://github.com/AdguardTeam/dnsproxy/archive/v0.18.2.tar.gz
+ sha256sums = 2e6bdc4e5c51ac02cbc950911865ea6cb8877f3c28e6ed5b071dcff95605f21d
pkgname = dnsproxy-adguard
diff --git a/PKGBUILD b/PKGBUILD
index 168f140bea6e..3a68f9406962 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_projectname=dnsproxy
pkgname=dnsproxy-adguard
-pkgver=0.18.1
+pkgver=0.18.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=('62a43d4ebdc705234319063220ab639cdee697c1c6cbe1bba0502e5be735831d')
+sha256sums=('2e6bdc4e5c51ac02cbc950911865ea6cb8877f3c28e6ed5b071dcff95605f21d')
build(){
cd "${srcdir}/${_projectname}-${pkgver}"