From 2f16b529dc82c84fd35febe25d316eb47840ce35 Mon Sep 17 00:00:00 2001 From: mobinmob Date: Wed, 5 Aug 2020 20:23:17 +0300 Subject: [PATCH] tzutils: update to 2020a. --- srcpkgs/tzutils/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/tzutils/template b/srcpkgs/tzutils/template index 76e5cd69dbc..8ddf23c5b84 100644 --- a/srcpkgs/tzutils/template +++ b/srcpkgs/tzutils/template @@ -1,6 +1,6 @@ # Template file for 'tzutils' pkgname=tzutils -version=2019c +version=2020a 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=38b1f7c7a050daa14fb07f6b72cdde1fc895fece40758d4d55736847041ad9e2 +checksum=9d41f0789dfaa9f6793f25d483888e41871d40291e8369ee991496b49194b533 do_build() { make TZDIR=/usr/share/zoneinfo CC=$CC CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS"