summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3742fc30f42b..e3dbdad3e893 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_projectname=dnsproxy
pkgname=dnsproxy-adguard
-pkgver=0.19.2
+pkgver=0.19.3
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=('de3a4a3d9baf13bfb917721c24c866424c14041a157c13164fe2199c837ee318')
+sha256sums=('0c2be62d236a6e2b7d7db3ba1a5beaf3b926bfa282e5d595b828588574474b07')
build(){
cd "${srcdir}/${_projectname}-${pkgver}"