Skip to content

Commit

Permalink
graphics/ruby-image_size: update to 2.1.2
Browse files Browse the repository at this point in the history
2.1.1 (2021-07-04)

* Add actual license texts, assuming old dual Ruby/GPLv2 license #14 @toy


2.1.2 (2021-08-21)

* Fix for pcx on big endian systems by forcing reading dimensions in little
  endian byte order #15 #16 @mtasaka
  • Loading branch information
taca committed Aug 31, 2021
1 parent ee92902 commit 42a2d75
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
4 changes: 2 additions & 2 deletions graphics/ruby-image_size/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.2 2020/09/14 13:18:25 taca Exp $
# $NetBSD: Makefile,v 1.3 2021/08/31 15:23:51 taca Exp $

DISTNAME= image_size-2.1.0
DISTNAME= image_size-2.1.2
CATEGORIES= graphics

MAINTAINER= pkgsrc-users@NetBSD.org
Expand Down
6 changes: 4 additions & 2 deletions graphics/ruby-image_size/PLIST
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
@comment $NetBSD: PLIST,v 1.2 2020/09/14 13:18:25 taca Exp $
@comment $NetBSD: PLIST,v 1.3 2021/08/31 15:23:51 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.github/workflows/check.yml
${GEM_LIBDIR}/.gitignore
${GEM_LIBDIR}/.rubocop.yml
${GEM_LIBDIR}/.rubocop_todo.yml
${GEM_LIBDIR}/.travis.yml
${GEM_LIBDIR}/CHANGELOG.markdown
${GEM_LIBDIR}/GPL
${GEM_LIBDIR}/Gemfile
${GEM_LIBDIR}/LICENSE.txt
${GEM_LIBDIR}/README.markdown
${GEM_LIBDIR}/image_size.gemspec
${GEM_LIBDIR}/lib/image_size.rb
Expand Down
10 changes: 5 additions & 5 deletions graphics/ruby-image_size/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.2 2020/09/14 13:18:25 taca Exp $
$NetBSD: distinfo,v 1.3 2021/08/31 15:23:51 taca Exp $

SHA1 (image_size-2.1.0.gem) = a0c45fb61ec7d2ae181a984de700659f7eedaa3a
RMD160 (image_size-2.1.0.gem) = 3d994055c946559eef0c22ca786b595802a5f8c5
SHA512 (image_size-2.1.0.gem) = 26b3f8feabc0721309969dbb9a2ff26b848bec7711dbc80a0c3d3867e75fdac8195b562b7a6871322324836133af8440966a969fa353094cbb52de44c1c71f55
Size (image_size-2.1.0.gem) = 125440 bytes
SHA1 (image_size-2.1.2.gem) = f947419ce98b3a37f27aceb1b3dedb2365d09db3
RMD160 (image_size-2.1.2.gem) = c273d74fefca1594499987806a50e022ec3ae39a
SHA512 (image_size-2.1.2.gem) = 5eb1655bffc5bdc8ba9ce5bcf7526077b15461e147888e2a32676c32f621bfe90aa7b8dee6ebf3f1f63cf76d66304248e85f87418ecdc1e7afddd55b0a3b64bc
Size (image_size-2.1.2.gem) = 133120 bytes

0 comments on commit 42a2d75

Please sign in to comment.