forked from NetBSD/pkgsrc
-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
graphics/ruby-image_size: update to 3.4.0
3.4.0 (2024-01-16) * Provide access to media types using media_type and media_types methods #22 @toy * Allow fetching from HTTP server by requiring image_size/uri @toy * Fix for ArgumentError when requiring only image_size/uri_reader (without image_size) @toy * Require ruby 1.9.3 @toy
- Loading branch information
taca
committed
Feb 3, 2024
1 parent
5c374f1
commit 1cb5756
Showing
3 changed files
with
9 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# $NetBSD: Makefile,v 1.8 2023/06/06 13:54:53 taca Exp $ | ||
# $NetBSD: Makefile,v 1.9 2024/02/03 15:53:02 taca Exp $ | ||
|
||
DISTNAME= image_size-3.3.0 | ||
DISTNAME= image_size-3.4.0 | ||
CATEGORIES= graphics | ||
|
||
MAINTAINER= [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
$NetBSD: distinfo,v 1.10 2023/06/06 13:54:53 taca Exp $ | ||
$NetBSD: distinfo,v 1.11 2024/02/03 15:53:02 taca Exp $ | ||
|
||
BLAKE2s (image_size-3.3.0.gem) = 914c744fd5adde9ca85610cc3c05de18fbe690457f685785033b7258333c568c | ||
SHA512 (image_size-3.3.0.gem) = a4e1b60c7c351af552b11c55e841d3e20335a12fe9757c0bd17c8d5ccd29a4f82483970f931557bf98edd0da5de779eb2ef96237e1507783ac607be23cc92639 | ||
Size (image_size-3.3.0.gem) = 159232 bytes | ||
BLAKE2s (image_size-3.4.0.gem) = 073f7b9c8157688a3aa7bd553a92132434f4a3a7e2c9d5841d2fa2c2aa339347 | ||
SHA512 (image_size-3.4.0.gem) = 6396261d76df036bd50222d5034485ccac93b26505588cf3a98ada892a8139b9051b550463cad39675d8be2c6d8f160d75216a05c649ff861caed2199188c2f1 | ||
Size (image_size-3.4.0.gem) = 159744 bytes |