From 6e5c527f73e93be332a4de08fff745ace79d1f59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Rolim?= Date: Fri, 29 Jan 2021 00:36:42 -0300 Subject: [PATCH 1/2] tzdata: update to 2021a. --- srcpkgs/tzdata/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/tzdata/template b/srcpkgs/tzdata/template index 0f324ff3fc8..25f79d0a192 100644 --- a/srcpkgs/tzdata/template +++ b/srcpkgs/tzdata/template @@ -1,6 +1,6 @@ # Template file for 'tzdata' pkgname=tzdata -version=2020d +version=2021a revision=1 wrksrc=tzdata create_wrksrc=yes @@ -10,7 +10,7 @@ maintainer="Enno Boland " license="Public Domain" homepage="http://www.iana.org/time-zones" distfiles="http://www.iana.org/time-zones/repository/releases/tzdata${version}.tar.gz" -checksum=8d813957de363387696f05af8a8889afa282ab5016a764c701a20758d39cbaf3 +checksum=39e7d2ba08c68cbaefc8de3227aab0dec2521be8042cf56855f7dc3a9fb14e08 do_install() { local timezones="africa antarctica asia australasia europe northamerica \ From 087c579d0f31927b68b3f5c7d35c760176d92bc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Rolim?= Date: Fri, 29 Jan 2021 00:36:49 -0300 Subject: [PATCH 2/2] tzutils: update to 2021a. --- srcpkgs/tzutils/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/tzutils/template b/srcpkgs/tzutils/template index cd1d30fd253..3bd79fb85cb 100644 --- a/srcpkgs/tzutils/template +++ b/srcpkgs/tzutils/template @@ -1,6 +1,6 @@ # Template file for 'tzutils' pkgname=tzutils -version=2020d +version=2021a revision=1 wrksrc="tz-${version}" short_desc="Time zone and daylight-saving time utilities" @@ -8,7 +8,7 @@ maintainer="Anthony Iliopoulos " license="Public Domain, BSD-3-Clause" homepage="https://www.iana.org/time-zones" distfiles="https://github.com/eggert/tz/archive/${version}.tar.gz" -checksum=6b9ec90e79593913f687e3af5d880eaa036bb0aafea9707682b0cbd00fadbb09 +checksum=bd7ecd99cbb0a2f15bb7e38be2cbc04dced89922fce4ac0ffcd1ca844ba9362f do_build() { make TZDIR=/usr/share/zoneinfo CC=$CC CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS"