Skip to content

Commit 35e45e9

Browse files
author
taca
committed
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
1 parent d875a97 commit 35e45e9

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

devel/ruby-marcel/Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# $NetBSD: Makefile,v 1.3 2021/11/09 14:08:33 taca Exp $
1+
# $NetBSD: Makefile,v 1.4 2024/03/03 08:22:51 taca Exp $
22

3-
DISTNAME= marcel-1.0.2
3+
DISTNAME= marcel-1.0.4
44
CATEGORIES= devel
55

66
MAINTAINER= [email protected]

devel/ruby-marcel/distinfo

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
$NetBSD: distinfo,v 1.5 2021/11/09 14:08:33 taca Exp $
1+
$NetBSD: distinfo,v 1.6 2024/03/03 08:22:51 taca Exp $
22

3-
BLAKE2s (marcel-1.0.2.gem) = a72124471f7b3010e82090f8afd7c0142cb6aa79a88cb9ea96015de07786e5f9
4-
SHA512 (marcel-1.0.2.gem) = 67a1ce47fcf686f3280d7b9e46dad24ab9065de13a97f7fd4df8e744b600995e66d2817ea8561e1d4fcbb6a84c1ee04afd79737431779b62d8ee58f6f4a3985f
5-
Size (marcel-1.0.2.gem) = 45056 bytes
3+
BLAKE2s (marcel-1.0.4.gem) = 663bc33facba689631fe8daf406d5406b519591f96623d1bb75096ed94576481
4+
SHA512 (marcel-1.0.4.gem) = b56dd02d829c3363aae113744f30a2d55332eadd25943fb717ebb39bd4088578fe70322bb59ca2940ce6daa18fc0ee544a39e6d306ea3e766ade262a6e98ac38
5+
Size (marcel-1.0.4.gem) = 46080 bytes

0 commit comments

Comments
 (0)