Skip to content

Commit

Permalink
mail/ruby-mime-types: update to 3.5.1
Browse files Browse the repository at this point in the history
3.5.1 (2023-08-21)

1 bug fix:

* Better handle possible line-termination strings (legal in Unix filenames)
  such as \n in MIME::Types.type_for.  Reported by ooooooo-q in #177,
  resolved in #178.
  • Loading branch information
taca committed Aug 26, 2023
1 parent e0918ec commit 8544f36
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions mail/ruby-mime-types/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.19 2023/08/11 11:02:35 taca Exp $
# $NetBSD: Makefile,v 1.20 2023/08/26 13:37:07 taca Exp $

DISTNAME= mime-types-3.5.0
DISTNAME= mime-types-3.5.1
CATEGORIES= mail

MAINTAINER= [email protected]
Expand Down
8 changes: 4 additions & 4 deletions mail/ruby-mime-types/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.21 2023/08/11 11:02:35 taca Exp $
$NetBSD: distinfo,v 1.22 2023/08/26 13:37:07 taca Exp $

BLAKE2s (mime-types-3.5.0.gem) = ad639ef7b6f5b316df36271fcfe6c8422f584b03be51a1994b665a3679bfaff5
SHA512 (mime-types-3.5.0.gem) = c7177a2a54aaa8af88f14222c48011905379586ac160cab420dd7c49bfaa92159dd034398200908f5e18440ff69dbff767390948cbdb92fc325d552ca5087ea8
Size (mime-types-3.5.0.gem) = 37888 bytes
BLAKE2s (mime-types-3.5.1.gem) = 6539825277953da91e05fb0e74958f9f953cdb9a912280ba38310b18caee195a
SHA512 (mime-types-3.5.1.gem) = 3bba16ed3ad8050fb4b62b65c3f087885178a2514c7375d949956df81a9ebdeaa7698dba9671ee8bfc958117b1d18dda9679ebf5253300a7ffafde53e8fdeeda
Size (mime-types-3.5.1.gem) = 37888 bytes

0 comments on commit 8544f36

Please sign in to comment.