mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
tzdata: update to 2011k.
This commit is contained in:
parent
137b94a6ec
commit
fafe37ff49
1 changed files with 9 additions and 7 deletions
|
@ -2,18 +2,20 @@
|
||||||
pkgname=tzdata
|
pkgname=tzdata
|
||||||
wrksrc=${pkgname}
|
wrksrc=${pkgname}
|
||||||
create_wrksrc=yes
|
create_wrksrc=yes
|
||||||
_tzcode_ver=2010m
|
_tzcode_ver=2011i
|
||||||
version=${_tzcode_ver}
|
_tzdata_ver=2011k
|
||||||
# Use our OWN backup files, because I'm tired of UPDATING IT EACH MONTH!
|
version=${_tzdata_ver}
|
||||||
distfiles="
|
distfiles="
|
||||||
http://xbps.nopcode.org/distfiles/${pkgname}${version}.tar.gz
|
http://download.lunar-linux.org/lunar/mirrors/tzcode${_tzcode_ver}.tar.gz
|
||||||
http://xbps.nopcode.org/distfiles/tzcode${_tzcode_ver}.tar.gz"
|
http://download.lunar-linux.org/lunar/mirrors/tzdata${_tzdata_ver}.tar.gz"
|
||||||
build_style=gnu_makefile
|
build_style=gnu_makefile
|
||||||
|
homepage="http://www.twinsun.com/tz/tz-link.htm"
|
||||||
short_desc="Time zone and daylight-saving time data"
|
short_desc="Time zone and daylight-saving time data"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
license="GPL-2"
|
||||||
checksum="
|
checksum="
|
||||||
1454a13a32e23e81195404d00ab97a64a356e9a5852fc7d121ed7e58cbdb75aa
|
f0dd991de3f8d6c599c104e294377c9befa1ef40aa5a1d09e2e295a453f3c1ec
|
||||||
24f0274d531a53415f1314891bc0df47778044a53186a1c0eb2df3991af91a18"
|
51f7d2a42b7fb9465feced642a6676afdf8b04a071e55f3fef1f0925bd67ef21"
|
||||||
long_desc="
|
long_desc="
|
||||||
This package contains data required for the implementation of standard
|
This package contains data required for the implementation of standard
|
||||||
local time for many representative locations around the globe. It is
|
local time for many representative locations around the globe. It is
|
||||||
|
|
Loading…
Add table
Reference in a new issue