mirror of
https://github.com/openwrt/packages.git
synced 2026-07-12 20:34:25 +04:00
zoneinfo: updated to 2026c release
Updated package version and file hashes. Signed-off-by: Vladimir Ulrich <admin@evl.su>
This commit is contained in:
committed by
Josef Schlehofer
parent
e1ec189d45
commit
c7eaa8c93f
@@ -9,7 +9,7 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=zoneinfo
|
||||
PKG_VERSION:=2026b
|
||||
PKG_VERSION:=2026c
|
||||
PKG_RELEASE:=1
|
||||
|
||||
#As i couldn't find real license used "Public Domain"
|
||||
@@ -19,14 +19,14 @@ PKG_LICENSE:=Public-Domain
|
||||
PKG_SOURCE:=tzdata$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_CODE:=tzcode$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=https://data.iana.org/time-zones/releases
|
||||
PKG_HASH:=114543d9f19a6bfeb5bca43686aea173d38755a3db1f2eec112647ae92c6f544
|
||||
PKG_HASH:=e4a178a4477f3d0ea77cc31828ff72aa38feff8d61aa13e7e99e142e9d902be4
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
define Download/tzcode
|
||||
FILE=$(PKG_SOURCE_CODE)
|
||||
URL=$(PKG_SOURCE_URL)
|
||||
HASH:=37e9ed8427f5d3521c22fc58e293cbfb043d70eedf1003870b33f363f61ca344
|
||||
HASH:=b1cffc3ace4c4c7cd0efba2f7add86ec3d0b79da48bcf03582671fd3c8feace8
|
||||
endef
|
||||
|
||||
$(eval $(call Download,tzcode))
|
||||
|
||||
Reference in New Issue
Block a user