From d7f29a0ed34de1dc35996925c3a7a5e4a4469d3d Mon Sep 17 00:00:00 2001 From: maxice8 Date: Fri, 23 Mar 2018 00:45:16 -0300 Subject: [PATCH] tzutils: update to 2018d. --- srcpkgs/tzutils/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/tzutils/template b/srcpkgs/tzutils/template index 5b6bc8242e9..f73c9780a6c 100644 --- a/srcpkgs/tzutils/template +++ b/srcpkgs/tzutils/template @@ -1,6 +1,6 @@ # Template file for 'tzutils' pkgname=tzutils -version=2018c +version=2018d revision=1 wrksrc="tz-${version}" homepage="http://www.iana.org/time-zones" @@ -8,7 +8,7 @@ short_desc="Time zone and daylight-saving time utilities" maintainer="Juan RP " license="Public Domain" distfiles="https://github.com/eggert/tz/archive/${version}.tar.gz" -checksum=9c653d7b7b127d81f7db07920d1c3f7a0a7f1e5bc042d7907e01427593954e15 +checksum=1880517b04fe256d0f80ffc5778f9e68ff3b8f58a292bec9f5e1d373b957da16 do_build() { make TZDIR=/usr/share/zoneinfo CC=$CC CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS"