diff options
author | Cem Keylan <cem@ckyln.com> | 2021-09-25 14:30:06 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-09-25 14:30:06 +0300 |
commit | 840efb6a534d9e9127aec6e13c1d53904f666f49 (patch) | |
tree | 3bf88bf3c7224025b811e5ac62cf8c83afe82bde /extra/tzdata | |
parent | c959bc3f0d0ae9f996f6c2a118042d82c74f9557 (diff) | |
download | repository-840efb6a534d9e9127aec6e13c1d53904f666f49.tar.gz |
tzdata: bump to 2021b
Diffstat (limited to 'extra/tzdata')
-rwxr-xr-x | extra/tzdata/build | 4 | ||||
-rw-r--r-- | extra/tzdata/checksums | 3 | ||||
-rw-r--r-- | extra/tzdata/sources | 2 | ||||
-rw-r--r-- | extra/tzdata/version | 2 |
4 files changed, 8 insertions, 3 deletions
diff --git a/extra/tzdata/build b/extra/tzdata/build index 8a00ad0f..d334d2a5 100755 --- a/extra/tzdata/build +++ b/extra/tzdata/build @@ -16,3 +16,7 @@ set -- africa asia australasia europe northamerica southamerica ./zic -d "$pkg_dir/usr/share/zoneinfo/posix" "$@" ./zic -d "$pkg_dir/usr/share/zoneinfo/right" -L leapseconds "$@" ./zic -d "$pkg_dir/usr/share/zoneinfo" -p America/New_York + +# The 'tzselect' script is not great by any means, but it will work with most +# POSIX compatible shells, if not all. +clsed '1c#!/bin/sh' "$pkg_dir/usr/bin/tzselect" diff --git a/extra/tzdata/checksums b/extra/tzdata/checksums index 68b78865..79224735 100644 --- a/extra/tzdata/checksums +++ b/extra/tzdata/checksums @@ -1 +1,2 @@ -bd7ecd99cbb0a2f15bb7e38be2cbc04dced89922fce4ac0ffcd1ca844ba9362f 2021a.tar.gz +%BLAKE3 +ffbee705af706affcae87f4be907c9d20f4d4583e58119e10f3b254f290ce802 2021b.tar.gz diff --git a/extra/tzdata/sources b/extra/tzdata/sources index 2421adff..ae547c4d 100644 --- a/extra/tzdata/sources +++ b/extra/tzdata/sources @@ -1 +1 @@ -https://github.com/eggert/tz/archive/2021a.tar.gz +https://github.com/eggert/tz/archive/2021b.tar.gz diff --git a/extra/tzdata/version b/extra/tzdata/version index b78e1985..60b9a5ff 100644 --- a/extra/tzdata/version +++ b/extra/tzdata/version @@ -1 +1 @@ -2021a 2 +2021b 1 |