diff --git a/.SRCINFO b/.SRCINFO index 5e5454c..ede00ac 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.2.1 + pkgver = 1.2.2 pkgrel = 1 url = https://github.com/coredns/coredns arch = x86_64 license = Apache provides = coredns conflicts = coredns - source = coredns_x64_1.2.1.tar.gz::https://github.com/coredns/coredns/releases/download/v1.2.1/coredns_1.2.1_linux_amd64.tgz + source = coredns_x64_1.2.2.tar.gz::https://github.com/coredns/coredns/releases/download/v1.2.2/release.coredns_1.2.2_linux_amd64.tgz source = https://raw.githubusercontent.com/coredns/deployment/39c9f7ed7640f86fa0fb6ba06a88e9afa830b306/systemd/coredns.service source = https://raw.githubusercontent.com/coredns/deployment/39c9f7ed7640f86fa0fb6ba06a88e9afa830b306/systemd/coredns-sysusers.conf - sha256sums = cc7e9db06a13a51fc351fa9f3e7ab4e6ddc0591fe0536f4b2f3fd337ab652fb4 + sha256sums = 19e44f957520b1ffeeb705c3513a40f4319922318456c1eb0c762ce798a6e1e2 sha256sums = 947b4838af48212ecd8e565155c97ca61ff7d408d0b8622499925b6e232656c4 sha256sums = 178c632fd855a5a35ae69e13ab554d5abad696cf75d23c6b6b37f0ace3b4b0f2 diff --git a/PKGBUILD b/PKGBUILD index 1787afb..d1f1de6 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Lorenzo Fontana pkgname=coredns-bin -pkgver=1.2.1 +pkgver=1.2.2 pkgrel=1 pkgdesc="CoreDNS is a DNS server that chains plugins (official binary version)" arch=('x86_64') @@ -8,11 +8,11 @@ conflicts=('coredns') url="https://github.com/coredns/coredns" license=('Apache') provides=('coredns') -source=(coredns_x64_${pkgver}.tar.gz::https://github.com/coredns/coredns/releases/download/v${pkgver}/coredns_${pkgver}_linux_amd64.tgz +source=(coredns_x64_${pkgver}.tar.gz::https://github.com/coredns/coredns/releases/download/v${pkgver}/release.coredns_${pkgver}_linux_amd64.tgz https://raw.githubusercontent.com/coredns/deployment/39c9f7ed7640f86fa0fb6ba06a88e9afa830b306/systemd/coredns.service https://raw.githubusercontent.com/coredns/deployment/39c9f7ed7640f86fa0fb6ba06a88e9afa830b306/systemd/coredns-sysusers.conf) -sha256sums=('cc7e9db06a13a51fc351fa9f3e7ab4e6ddc0591fe0536f4b2f3fd337ab652fb4' +sha256sums=('19e44f957520b1ffeeb705c3513a40f4319922318456c1eb0c762ce798a6e1e2' '947b4838af48212ecd8e565155c97ca61ff7d408d0b8622499925b6e232656c4' '178c632fd855a5a35ae69e13ab554d5abad696cf75d23c6b6b37f0ace3b4b0f2')