Update: Bump version to v1.2.0
Signed-off-by: Lorenzo Fontana <lo@linux.com>
This commit is contained in:
6
.SRCINFO
6
.SRCINFO
@@ -1,16 +1,16 @@
|
|||||||
pkgbase = coredns-bin
|
pkgbase = coredns-bin
|
||||||
pkgdesc = CoreDNS is a DNS server that chains plugins (official binary version)
|
pkgdesc = CoreDNS is a DNS server that chains plugins (official binary version)
|
||||||
pkgver = v1.1.4
|
pkgver = v1.2.0
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/coredns/coredns
|
url = https://github.com/coredns/coredns
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = Apache
|
license = Apache
|
||||||
provides = coredns
|
provides = coredns
|
||||||
conflicts = coredns
|
conflicts = coredns
|
||||||
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 = coredns_x64_v1.2.0.tar.gz::https://github.com/coredns/coredns/releases/download/v1.2.0/coredns_1.2.0_linux_amd64.tgz
|
||||||
source = https://raw.githubusercontent.com/coredns/deployment/39c9f7ed7640f86fa0fb6ba06a88e9afa830b306/systemd/coredns.service
|
source = https://raw.githubusercontent.com/coredns/deployment/39c9f7ed7640f86fa0fb6ba06a88e9afa830b306/systemd/coredns.service
|
||||||
source = https://raw.githubusercontent.com/coredns/deployment/39c9f7ed7640f86fa0fb6ba06a88e9afa830b306/systemd/coredns-sysusers.conf
|
source = https://raw.githubusercontent.com/coredns/deployment/39c9f7ed7640f86fa0fb6ba06a88e9afa830b306/systemd/coredns-sysusers.conf
|
||||||
sha256sums = 7d688d6f56cc17dd76bbbf2521afd165ac09f261f549df1318b8babb8f100890
|
sha256sums = ba5bc542f2652774ee9f8b5ac6486a469db351031c50fa5a0aa5d33390f7a60a
|
||||||
sha256sums = 947b4838af48212ecd8e565155c97ca61ff7d408d0b8622499925b6e232656c4
|
sha256sums = 947b4838af48212ecd8e565155c97ca61ff7d408d0b8622499925b6e232656c4
|
||||||
sha256sums = 178c632fd855a5a35ae69e13ab554d5abad696cf75d23c6b6b37f0ace3b4b0f2
|
sha256sums = 178c632fd855a5a35ae69e13ab554d5abad696cf75d23c6b6b37f0ace3b4b0f2
|
||||||
|
|
||||||
|
|||||||
4
PKGBUILD
4
PKGBUILD
@@ -1,6 +1,6 @@
|
|||||||
# Maintainer: Lorenzo Fontana <lo@linux.com>
|
# Maintainer: Lorenzo Fontana <lo@linux.com>
|
||||||
pkgname=coredns-bin
|
pkgname=coredns-bin
|
||||||
pkgver=v1.1.4
|
pkgver=v1.2.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="CoreDNS is a DNS server that chains plugins (official binary version)"
|
pkgdesc="CoreDNS is a DNS server that chains plugins (official binary version)"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
@@ -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.service
|
||||||
https://raw.githubusercontent.com/coredns/deployment/39c9f7ed7640f86fa0fb6ba06a88e9afa830b306/systemd/coredns-sysusers.conf)
|
https://raw.githubusercontent.com/coredns/deployment/39c9f7ed7640f86fa0fb6ba06a88e9afa830b306/systemd/coredns-sysusers.conf)
|
||||||
|
|
||||||
sha256sums=('7d688d6f56cc17dd76bbbf2521afd165ac09f261f549df1318b8babb8f100890'
|
sha256sums=('ba5bc542f2652774ee9f8b5ac6486a469db351031c50fa5a0aa5d33390f7a60a'
|
||||||
'947b4838af48212ecd8e565155c97ca61ff7d408d0b8622499925b6e232656c4'
|
'947b4838af48212ecd8e565155c97ca61ff7d408d0b8622499925b6e232656c4'
|
||||||
'178c632fd855a5a35ae69e13ab554d5abad696cf75d23c6b6b37f0ace3b4b0f2')
|
'178c632fd855a5a35ae69e13ab554d5abad696cf75d23c6b6b37f0ace3b4b0f2')
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user