diff options
author | taca <taca@pkgsrc.org> | 2018-02-28 15:10:01 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2018-02-28 15:10:01 +0000 |
commit | 1c805bf1449174d9d45467f10f2301f5628cb2b8 (patch) | |
tree | 0ac55f384e39519844381033188557df7b122e39 /time/ruby-tzinfo | |
parent | 1c02d444380fdf8bd4efd2538f911b5d2dc5db4d (diff) | |
download | pkgsrc-1c805bf1449174d9d45467f10f2301f5628cb2b8.tar.gz |
time/ruby-tzinfo: update to 1.2.5
Version 1.2.5 - 4-Feb-2018
--------------------------
* Support recursively (deep) freezing Country and Timezone instances. #80.
* Allow negative daylight savings time offsets to be derived when reading from
zoneinfo files. The utc_offset and std_offset are now derived correctly for
Europe/Dublin in the 2018a and 2018b releases of the Time Zone Database.
Diffstat (limited to 'time/ruby-tzinfo')
-rw-r--r-- | time/ruby-tzinfo/Makefile | 4 | ||||
-rw-r--r-- | time/ruby-tzinfo/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/time/ruby-tzinfo/Makefile b/time/ruby-tzinfo/Makefile index 82cc1ab9f3b..2b81230f7f7 100644 --- a/time/ruby-tzinfo/Makefile +++ b/time/ruby-tzinfo/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.41 2017/12/24 10:16:53 wiz Exp $ +# $NetBSD: Makefile,v 1.42 2018/02/28 15:10:01 taca Exp $ -DISTNAME= tzinfo-1.2.4 +DISTNAME= tzinfo-1.2.5 CATEGORIES= time MAINTAINER= taca@NetBSD.org diff --git a/time/ruby-tzinfo/distinfo b/time/ruby-tzinfo/distinfo index 91f2c1f2404..a878423119f 100644 --- a/time/ruby-tzinfo/distinfo +++ b/time/ruby-tzinfo/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.38 2017/10/31 15:46:33 taca Exp $ +$NetBSD: distinfo,v 1.39 2018/02/28 15:10:01 taca Exp $ -SHA1 (tzinfo-1.2.4.gem) = 42883548f4f1fa28a077050ca0c71a2e9c7f0aa8 -RMD160 (tzinfo-1.2.4.gem) = e7fcde1ffcf17455bd0fc03246993e7b1e571a76 -SHA512 (tzinfo-1.2.4.gem) = 0b983aa6b4fdbb3c49329bb51394f1edbeb6f4d216d108448aa9dce751dbc2e348d58032cb41df78a3d249611770e9e345a4d0041597ceadf052b863c3e6d1ab -Size (tzinfo-1.2.4.gem) = 152576 bytes +SHA1 (tzinfo-1.2.5.gem) = c63e819a4ef646956bef31acec7d39ddccaff35c +RMD160 (tzinfo-1.2.5.gem) = cfefbf80840bc193a086eb32c4c079365b0f14be +SHA512 (tzinfo-1.2.5.gem) = 87f7cd66d6e80d51d216cb993cc76fe7758db03ffd39dde96eb24a9d208699766a8dbff048485fb732ce125ee9f971e38ed9ee1197f3ee3fc3ee8a8da840dd45 +Size (tzinfo-1.2.5.gem) = 153600 bytes |