summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Lefranc2020-02-06 16:03:33 +0100
committerGuillaume Lefranc2020-02-06 16:03:33 +0100
commit999ae2ed857ce36fc1be3598bf305ff05fe5bc7c (patch)
tree64d4b99978fe980cb294b3291173c84ed899b278
parentd365486c5a323b96fcc13843380b959531aea75e (diff)
downloadaur-999ae2ed857ce36fc1be3598bf305ff05fe5bc7c.tar.gz
Bump version to 1.4.27
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f25d52cd557b..d01d5d7e8df2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = nextdns
pkgdesc = NextDNS DNS-over-HTTPS client
- pkgver = 1.4.25
+ pkgver = 1.4.27
pkgrel = 1
url = https://github.com/nextdns/nextdns
install = nextdns.install
arch = x86_64
license = MIT
makedepends = go-pie
- source = https://github.com/nextdns/nextdns/archive/v1.4.25.tar.gz
- sha256sums = f6447d4df88e03385a0dd1810034583d3bb008e9d2404f0e54ba64e7dcba119e
+ source = https://github.com/nextdns/nextdns/archive/v1.4.27.tar.gz
+ sha256sums = 73fa28b77ea3c02b2cde2f6b3516597391ff073d70a4511a8125d6afda14ba3b
pkgname = nextdns
diff --git a/PKGBUILD b/PKGBUILD
index 768c94657fab..e6d30eec22da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Guillaume Lefranc <guillaume@signal18.io>
pkgname=nextdns
-pkgver=1.4.25
+pkgver=1.4.27
pkgrel=1
pkgdesc='NextDNS DNS-over-HTTPS client'
arch=('x86_64')
@@ -21,4 +21,4 @@ package() {
install -Dm755 $pkgname "$pkgdir"/usr/bin/$pkgname
}
-sha256sums=('f6447d4df88e03385a0dd1810034583d3bb008e9d2404f0e54ba64e7dcba119e')
+sha256sums=('73fa28b77ea3c02b2cde2f6b3516597391ff073d70a4511a8125d6afda14ba3b')