mail/ruby-mime-types: update to 3.3.1
Update ruby-mime-types to 3.3.1. ## 3.3.1 / 2019-12-26 * 1 minor bugfix: * Al Snow fixed a warning with MIME::Types::Logger producing a warning because Ruby 2.7 introduces numbered block parameters. Because of the way that the MIME::Types::Logger works for deprecation messages, the initializer parameters had been named `_1`, `_2`, and `_3`. This has now been resolved. [#146][] * Administrivia: * Olle Jonsson removed an outdated Travis configuration option (`sudo: false`). [#142][]
This commit is contained in:
parent
d135b3bc3b
commit
18130a32c4
2 changed files with 7 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.16 2019/11/02 15:10:29 taca Exp $
|
||||
# $NetBSD: Makefile,v 1.17 2020/03/08 16:04:22 taca Exp $
|
||||
|
||||
DISTNAME= mime-types-3.3
|
||||
DISTNAME= mime-types-3.3.1
|
||||
CATEGORIES= www
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.16 2019/11/02 15:10:29 taca Exp $
|
||||
$NetBSD: distinfo,v 1.17 2020/03/08 16:04:22 taca Exp $
|
||||
|
||||
SHA1 (mime-types-3.3.gem) = 749e605193205cdbe1d866bf9499798581419d6a
|
||||
RMD160 (mime-types-3.3.gem) = 67089ea47feb3f46a2616f766fdbdcf3efb20fa0
|
||||
SHA512 (mime-types-3.3.gem) = 288f5f2dbb3ea970703e3b0d84a89246db410f8ccab5da3cc8fa9113ebb44a46144bb48f2216d37fd293b3ae156d596aff234721ec62e10c6b024f1eef2c9fb8
|
||||
Size (mime-types-3.3.gem) = 36352 bytes
|
||||
SHA1 (mime-types-3.3.1.gem) = cf163ec2292220917c000f77257d42a8fce9236f
|
||||
RMD160 (mime-types-3.3.1.gem) = 19c0ebac4620155e613ffdbb36227970118ff755
|
||||
SHA512 (mime-types-3.3.1.gem) = 48646c5d3cc1b65ad0418bd765c86102d5dd7d0196f1b2b4b92acd350d6927e0c0fec3d30d04bf8b073d342f56b38663dee791f2c87f82b5743c6508265692ec
|
||||
Size (mime-types-3.3.1.gem) = 36352 bytes
|
||||
|
|
Loading…
Reference in a new issue