From 51693cce95d3d4c19d03b1bdea3e2ce87b57bc9f Mon Sep 17 00:00:00 2001 From: Michael Gehring <mg@ebfe.org> Date: Sat, 18 Mar 2017 09:22:50 +0000 Subject: [PATCH] tzutils: update to 2017b. --- srcpkgs/tzutils/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/tzutils/template b/srcpkgs/tzutils/template index 15caff6ea9..301f28bdcc 100644 --- a/srcpkgs/tzutils/template +++ b/srcpkgs/tzutils/template @@ -1,6 +1,6 @@ # Template file for 'tzutils' pkgname=tzutils -version=2017a +version=2017b 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 <xtraeme@voidlinux.eu>" license="Public Domain" distfiles="https://github.com/eggert/tz/archive/${version}.tar.gz" -checksum=d560ecd9d7f4cd6a2142b713f42464ba0870ca25f45f69dab46063d89aafb6f4 +checksum=8e5d235f978a7463cda46fe0ea1f9d9f644a0f9f452678fcf61a37b73849a393 do_build() { make TZDIR=/usr/share/zoneinfo CC=$CC CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS"