From c03ab1a0bb8e6e7095c838221df7d4ffd0b61269 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] 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"