diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-08-14 12:59:25 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-08-14 12:59:25 +0200 |
commit | e4300f47f3373c6eed269e8ff7c480b1dd79918a (patch) | |
tree | 6d8db7d609b635540f8cc6e25f8c266f4894c26c /package/tzdata/Makefile | |
parent | a7ced5ec9a36f2142d404053dc384ae3af1fe047 (diff) |
update to latest upstream version
Diffstat (limited to 'package/tzdata/Makefile')
-rw-r--r-- | package/tzdata/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/package/tzdata/Makefile b/package/tzdata/Makefile index 5effefd74..68f9cd035 100644 --- a/package/tzdata/Makefile +++ b/package/tzdata/Makefile @@ -4,17 +4,16 @@ include $(TOPDIR)/rules.mk PKG_NAME:= tzdata -PKG_VERSION:= 2010o +PKG_VERSION:= 2013d PKG_RELEASE:= 1 -PKG_MD5SUM:= 5cae5c56fad81dc29f8fcd933a05768e a7a776a5713831993e814fe0c05f9fd5 +PKG_MD5SUM:= 65b6818162230fc02f86f293376c73df 4616a9560270f180eeb9a08540636890 PKG_DESCR:= Timezone data (/usr/share/zoneinfo) PKG_SECTION:= utils -PKG_URL:= ftp://elsie.nci.nih.gov/pub/ -PKG_SITES:= ftp://elsie.nci.nih.gov/pub/ +PKG_URL:= http://www.iana.org/time-zones/ +PKG_SITES:= http://www.iana.org/time-zones/repository/releases/ PKG_NOPARALLEL:= 1 -# Note that tzcode does NOT have the same version as tzdata does :[ -DISTFILES:= ${PKG_NAME}${PKG_VERSION}.tar.gz tzcode2010n.tar.gz +DISTFILES:= ${PKG_NAME}${PKG_VERSION}.tar.gz tzcode${PKG_VERSION}.tar.gz # both archives do not extract into subdirectories WRKDIST= ${WRKDIR} |