devel/ruby-marcel: update to 1.0.4

1.0.3 (2024-02-28)

What's Changed

* Prefer audio/ogg instead of audio/vorbis by @gmcgibbon in #65
* Suppress warning by @wonda-tea-coffee in #69
* Add explanation of MimeType.for's handling of argument types by @elebow in
  #68
* tables.rb: Generate UTF-8 strings when possible. by @casperisfine in #70
* Remove comment strings from Tables::TYPE by @casperisfine in #71
* Store MIME parents in a distinct Hash by @casperisfine in #72
* Fix magic detection for HTML with <svg by @ursm in #74
* Update gem name in Gemfile by @elebow in #88
* Move to GitHub Actions by @hahmed in #82
* Add note in README how to extend detection of custom file types by
  @vipulnsward in #93
* Fix Illustrator detection as application/pdf instead of
  application/illustrator by @jeremy in #94

New Contributors

* @wonda-tea-coffee made their first contribution in #69
* @elebow made their first contribution in #68
* @casperisfine made their first contribution in #70
* @ursm made their first contribution in #74
* @hahmed made their first contribution in #82
* @vipulnsward made their first contribution in #93
* @jeremy made their first contribution in #94

1.0.4 (2024-03-01)

What's Changed

* Regression fix: binary declared type should fall back to filename
  extension type by @jeremy in #99
This commit is contained in:
taca 2024-03-03 08:22:51 +00:00
parent d875a97354
commit 35e45e91f7
2 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.3 2021/11/09 14:08:33 taca Exp $
# $NetBSD: Makefile,v 1.4 2024/03/03 08:22:51 taca Exp $
DISTNAME= marcel-1.0.2
DISTNAME= marcel-1.0.4
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org

View File

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.5 2021/11/09 14:08:33 taca Exp $
$NetBSD: distinfo,v 1.6 2024/03/03 08:22:51 taca Exp $
BLAKE2s (marcel-1.0.2.gem) = a72124471f7b3010e82090f8afd7c0142cb6aa79a88cb9ea96015de07786e5f9
SHA512 (marcel-1.0.2.gem) = 67a1ce47fcf686f3280d7b9e46dad24ab9065de13a97f7fd4df8e744b600995e66d2817ea8561e1d4fcbb6a84c1ee04afd79737431779b62d8ee58f6f4a3985f
Size (marcel-1.0.2.gem) = 45056 bytes
BLAKE2s (marcel-1.0.4.gem) = 663bc33facba689631fe8daf406d5406b519591f96623d1bb75096ed94576481
SHA512 (marcel-1.0.4.gem) = b56dd02d829c3363aae113744f30a2d55332eadd25943fb717ebb39bd4088578fe70322bb59ca2940ce6daa18fc0ee544a39e6d306ea3e766ade262a6e98ac38
Size (marcel-1.0.4.gem) = 46080 bytes