summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLorenzo Fontana2019-05-22 00:37:36 +0000
committerLorenzo Fontana2019-05-22 00:37:36 +0000
commitb1d87e0f7c22426c076d80d67c0b5a59373e4162 (patch)
tree43f44221a6f4e3e6acb18771c4c6b2e30b4b8e82
parentc9a6473d2f9d0e9c3d9131e76588b51509dd192e (diff)
downloadaur-b1d87e0f7c22426c076d80d67c0b5a59373e4162.tar.gz
Bump version to v1.5.0
Signed-off-by: Lorenzo Fontana <lo@linux.com>
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dc03aaaa789a..5eb30933ebbd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = coredns-bin
pkgdesc = CoreDNS is a DNS server that chains plugins (official binary version)
- pkgver = 1.4.0
+ pkgver = 1.5.0
pkgrel = 1
url = https://github.com/coredns/coredns
arch = x86_64
license = Apache
provides = coredns
conflicts = coredns
- source = coredns_x64_1.4.0.tar.gz::https://github.com/coredns/coredns/releases/download/v1.4.0/coredns_1.4.0_linux_amd64.tgz
+ source = coredns_x64_1.5.0.tar.gz::https://github.com/coredns/coredns/releases/download/v1.5.0/coredns_1.5.0_linux_amd64.tgz
source = coredns.service
source = coredns-sysusers.conf
- sha256sums = a42b7e06ad194a143927efc7f7dcee773509a0fefc348acacaa30f3a3144057a
+ sha256sums = 9dd1170c6ae8c3ef7d0358436a90bd5afddbad5035a228b577589656ec105546
sha256sums = 030cd8e938c293c11a9acdb09b138f98b37874772072336792ec4bf0d9eff9b1
sha256sums = 536d03f8b20b0d2d6e8f96edd7e4e4dd7f6fef39ab0e952522d8725f3cc186b7
diff --git a/PKGBUILD b/PKGBUILD
index d65060de3f1e..c2c17b84a5b8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Lorenzo Fontana <lo@linux.com>
pkgname=coredns-bin
-pkgver=1.4.0
+pkgver=1.5.0
pkgrel=1
pkgdesc="CoreDNS is a DNS server that chains plugins (official binary version)"
arch=('x86_64')
@@ -12,7 +12,7 @@ source=(coredns_x64_${pkgver}.tar.gz::https://github.com/coredns/coredns/release
coredns.service
coredns-sysusers.conf)
-sha256sums=('a42b7e06ad194a143927efc7f7dcee773509a0fefc348acacaa30f3a3144057a'
+sha256sums=('9dd1170c6ae8c3ef7d0358436a90bd5afddbad5035a228b577589656ec105546'
'030cd8e938c293c11a9acdb09b138f98b37874772072336792ec4bf0d9eff9b1'
'536d03f8b20b0d2d6e8f96edd7e4e4dd7f6fef39ab0e952522d8725f3cc186b7')