From 2ffbc48e5aee4bba7217c6400e08636ef9411160 Mon Sep 17 00:00:00 2001 From: Lorenzo Fontana Date: Mon, 2 Jul 2018 21:03:40 +0200 Subject: [PATCH] Fix sha256sum for coredns-bin Signed-off-by: Lorenzo Fontana --- .SRCINFO | 2 +- PKGBUILD | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index cfc7dcd..951f444 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -10,7 +10,7 @@ pkgbase = coredns-bin source = coredns_x64_v1.1.4.tar.gz::https://github.com/coredns/coredns/releases/download/v1.1.4/coredns_1.1.4_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 = ed26c42db0ac2fcf3d0578720a30a330518372ed10590d2ada12358525cc015c + sha256sums = 7d688d6f56cc17dd76bbbf2521afd165ac09f261f549df1318b8babb8f100890 sha256sums = 947b4838af48212ecd8e565155c97ca61ff7d408d0b8622499925b6e232656c4 sha256sums = 178c632fd855a5a35ae69e13ab554d5abad696cf75d23c6b6b37f0ace3b4b0f2 diff --git a/PKGBUILD b/PKGBUILD index 50b765f..cc2e171 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -12,7 +12,7 @@ source=(coredns_x64_${pkgver}.tar.gz::https://github.com/coredns/coredns/release https://raw.githubusercontent.com/coredns/deployment/39c9f7ed7640f86fa0fb6ba06a88e9afa830b306/systemd/coredns.service https://raw.githubusercontent.com/coredns/deployment/39c9f7ed7640f86fa0fb6ba06a88e9afa830b306/systemd/coredns-sysusers.conf) -sha256sums=('ed26c42db0ac2fcf3d0578720a30a330518372ed10590d2ada12358525cc015c' +sha256sums=('7d688d6f56cc17dd76bbbf2521afd165ac09f261f549df1318b8babb8f100890' '947b4838af48212ecd8e565155c97ca61ff7d408d0b8622499925b6e232656c4' '178c632fd855a5a35ae69e13ab554d5abad696cf75d23c6b6b37f0ace3b4b0f2')