6
.SRCINFO
6
.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
|
||||
|
||||
|
||||
4
PKGBUILD
4
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')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user