mirror of
https://github.com/openwrt/packages.git
synced 2026-02-04 12:06:29 +08:00
coredns: update to 1.14.1
Release note: https://coredns.io/2026/01/15/coredns-1.14.-release/ Co-authored-by: George Sapkin <george@sapk.in> Signed-off-by: Vladimir Ermakov <vooon341@gmail.com>
This commit is contained in:
committed by
George Sapkin
parent
fcaf398736
commit
19dd33d120
@@ -1,12 +1,12 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=coredns
|
PKG_NAME:=coredns
|
||||||
PKG_VERSION:=1.14.0
|
PKG_VERSION:=1.14.1
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE_PROTO:=git
|
PKG_SOURCE_PROTO:=git
|
||||||
PKG_SOURCE_URL:=https://github.com/coredns/coredns.git
|
PKG_SOURCE_URL:=https://github.com/coredns/coredns.git
|
||||||
PKG_MIRROR_HASH:=f54b8bdb2a0d92aeb09484b9630f481b63005a4ea8d8b32bf07c79522a1b14b3
|
PKG_MIRROR_HASH:=be51352801f5455ac0a7f3c97adaa86587bb2343f50ee2779f48121c96e2f4f9
|
||||||
PKG_SOURCE_VERSION:=v$(PKG_VERSION)
|
PKG_SOURCE_VERSION:=v$(PKG_VERSION)
|
||||||
|
|
||||||
PKG_LICENSE:=Apache-2.0
|
PKG_LICENSE:=Apache-2.0
|
||||||
@@ -90,6 +90,7 @@ ifeq ($(CONFIG_COREDNS_REQUIRE_GO_GET),y)
|
|||||||
cd $(PKG_BUILD_DIR); \
|
cd $(PKG_BUILD_DIR); \
|
||||||
$(GO_GENERAL_BUILD_CONFIG_VARS) \
|
$(GO_GENERAL_BUILD_CONFIG_VARS) \
|
||||||
$(GO_PKG_BUILD_CONFIG_VARS) \
|
$(GO_PKG_BUILD_CONFIG_VARS) \
|
||||||
|
$(GO_PKG_VARS) \
|
||||||
go get ./...
|
go get ./...
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user