From 4079a41180ae6429e744613aa3b809fcb34fe5c5 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Mon, 29 Jan 2018 21:24:16 -0200 Subject: [PATCH] tzutils: update to 2018c. --- srcpkgs/tzutils/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/tzutils/template b/srcpkgs/tzutils/template index 65aa460a2d5..5b6bc8242e9 100644 --- a/srcpkgs/tzutils/template +++ b/srcpkgs/tzutils/template @@ -1,6 +1,6 @@ # Template file for 'tzutils' pkgname=tzutils -version=2017c +version=2018c 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=83d1c6a5910e827db88528a1a1f6f7b4ad9fe98b6076895749bf49660b02cc68 +checksum=9c653d7b7b127d81f7db07920d1c3f7a0a7f1e5bc042d7907e01427593954e15 do_build() { make TZDIR=/usr/share/zoneinfo CC=$CC CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS"