Update binary URL for v1.2.2

Signed-off-by: Lorenzo Fontana <lo@linux.com>
This commit is contained in:
Lorenzo Fontana
2018-10-03 10:54:33 +02:00
parent 38f0b4f628
commit 8ffc23eaaf
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ pkgbase = coredns-bin
license = Apache
provides = coredns
conflicts = coredns
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 = coredns_x64_1.2.2.tar.gz::https://github.com/coredns/coredns/releases/download/v1.2.2/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 = 19e44f957520b1ffeeb705c3513a40f4319922318456c1eb0c762ce798a6e1e2

View File

@@ -8,7 +8,7 @@ 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}/release.coredns_${pkgver}_linux_amd64.tgz
source=(coredns_x64_${pkgver}.tar.gz::https://github.com/coredns/coredns/releases/download/v${pkgver}/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)