mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-03 08:27:43 +00:00
package/tzdata: bump to version 2019b
Changed _SITE to https. Add hash for license file. Signed-off-by: Christopher McCrory <chrismcc@gmail.com> [Peter: fix LICENSE hash, only use for the host package] Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
a4deed54eb
commit
60889ccdf0
@ -1,2 +1,4 @@
|
|||||||
# From https://mm.icann.org/pipermail/tz-announce/2018-May/000050.html
|
# From https://mm.icann.org/pipermail/tz-announce/2019-July/000056.html
|
||||||
sha512 d059fcd381b2f6ecdafcd68fdd2a00451d1bf9b1affeb164ae7cabca2e022d499e77f0706ec3f3091b8e84c2211aa66da6c90937108771f1bf070cfebc105cae tzdata2018e.tar.gz
|
sha512 c0104078d994e501d80a41bea31364b1390a75c2fbf42968a8343a090e2ac2eddbc58770ca470b192ea19dec89fcc634141a1de703ea2ffa0325176a64afe1fc tzdata2019b.tar.gz
|
||||||
|
# Locally computed:
|
||||||
|
sha256 0613408568889f5739e5ae252b722a2659c02002839ad970a63dc5e9174b27cf LICENSE
|
||||||
|
@ -4,13 +4,14 @@
|
|||||||
#
|
#
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
TZDATA_VERSION = 2018e
|
TZDATA_VERSION = 2019b
|
||||||
TZDATA_SOURCE = tzdata$(TZDATA_VERSION).tar.gz
|
TZDATA_SOURCE = tzdata$(TZDATA_VERSION).tar.gz
|
||||||
TZDATA_SITE = http://www.iana.org/time-zones/repository/releases
|
TZDATA_SITE = https://www.iana.org/time-zones/repository/releases
|
||||||
TZDATA_STRIP_COMPONENTS = 0
|
TZDATA_STRIP_COMPONENTS = 0
|
||||||
TZDATA_DEPENDENCIES = host-tzdata
|
TZDATA_DEPENDENCIES = host-tzdata
|
||||||
HOST_TZDATA_DEPENDENCIES = host-zic
|
HOST_TZDATA_DEPENDENCIES = host-zic
|
||||||
TZDATA_LICENSE = Public domain
|
TZDATA_LICENSE = Public domain
|
||||||
|
HOST_TZDATA_LICENSE_FILES = LICENSE
|
||||||
|
|
||||||
# Take care when re-ordering this list since this might break zone
|
# Take care when re-ordering this list since this might break zone
|
||||||
# dependencies
|
# dependencies
|
||||||
|
Loading…
x
Reference in New Issue
Block a user