diff options
author | Cem Keylan <cem@ckyln.com> | 2020-10-08 10:23:37 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-10-08 10:23:37 +0300 |
commit | 7f66a0f4caeae78b629fac1b7884dd48136beafe (patch) | |
tree | a6162ae3ce56279d49186c4303b33dc222150f63 | |
parent | 2089ac2b9abfe9d8155805dd1c6357443e83097c (diff) | |
download | repository-7f66a0f4caeae78b629fac1b7884dd48136beafe.tar.gz |
tzdata: bump to 2020b
-rwxr-xr-x | extra/tzdata/build | 2 | ||||
-rw-r--r-- | extra/tzdata/checksums | 2 | ||||
-rw-r--r-- | extra/tzdata/sources | 2 | ||||
-rw-r--r-- | extra/tzdata/version | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/extra/tzdata/build b/extra/tzdata/build index 1ded1cbc..8b77e1ae 100755 --- a/extra/tzdata/build +++ b/extra/tzdata/build @@ -2,7 +2,7 @@ pkg_dir=$1 -make CC="${CC:-gcc}" +make CC="${CC:-gcc}" LDFLAGS="$LDFLAGS -static" make DESTDIR="$1" install # Get rid of the sbin directory diff --git a/extra/tzdata/checksums b/extra/tzdata/checksums index 6ab69b1e..1de31e0c 100644 --- a/extra/tzdata/checksums +++ b/extra/tzdata/checksums @@ -1 +1 @@ -9d41f0789dfaa9f6793f25d483888e41871d40291e8369ee991496b49194b533 2020a.tar.gz +fa3c46ea9d4af9eda73952c4fee9f4fc996382fdb94cc26c08a8498dfb254bce 2020b.tar.gz diff --git a/extra/tzdata/sources b/extra/tzdata/sources index 656ba47f..6d896029 100644 --- a/extra/tzdata/sources +++ b/extra/tzdata/sources @@ -1 +1 @@ -https://github.com/eggert/tz/archive/2020a.tar.gz +https://github.com/eggert/tz/archive/2020b.tar.gz diff --git a/extra/tzdata/version b/extra/tzdata/version index 68b935fe..1ab17a9c 100644 --- a/extra/tzdata/version +++ b/extra/tzdata/version @@ -1 +1 @@ -2020a 1 +2020b 1 |