summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoredward-p2019-08-15 13:56:09 +0800
committeredward-p2019-08-15 13:56:09 +0800
commitf6c111fda2e4214f82abeedbc72a6ec6baea83bb (patch)
treeeebd347e7657f889d0920ac73dd8e633c3e732f0
parent4a86a4c6f4d035b7946509b773bf624a91d7bc88 (diff)
downloadaur-f6c111fda2e4214f82abeedbc72a6ec6baea83bb.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 2036b2a4d1d6..c9f670b10c53 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.0
+ pkgver = 0.18.1
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.0.tar.gz
- sha256sums = 9b7c47097033b669d1ad01f1a11d6858a7c714d2c72956e9866e6aa054272185
+ source = https://github.com/AdguardTeam/dnsproxy/archive/v0.18.1.tar.gz
+ sha256sums = 62a43d4ebdc705234319063220ab639cdee697c1c6cbe1bba0502e5be735831d
pkgname = dnsproxy-adguard
diff --git a/PKGBUILD b/PKGBUILD
index daf00d19ed5c..168f140bea6e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_projectname=dnsproxy
pkgname=dnsproxy-adguard
-pkgver=0.18.0
+pkgver=0.18.1
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=('9b7c47097033b669d1ad01f1a11d6858a7c714d2c72956e9866e6aa054272185')
+sha256sums=('62a43d4ebdc705234319063220ab639cdee697c1c6cbe1bba0502e5be735831d')
build(){
cd "${srcdir}/${_projectname}-${pkgver}"