Skip to content

Commit

Permalink
print/ruby-rbpdf: update to 1.21.2
Browse files Browse the repository at this point in the history
1.21.2 (2023-06-27)

* Resolving infinite loops when rtl == true. (#89)
* Ruby 2.4 is not compatible with loofah 2.21 or higher (#87)
* Order bookmarks by page and y for addTOC() and addHTMLTOC(). (#86)
* Order bookmarks by page and y (#85) (by skalimer0)
  • Loading branch information
taca committed Jul 9, 2023
1 parent d7ad3db commit 3b747e9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions print/ruby-rbpdf/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.3 2023/04/30 13:20:51 taca Exp $
# $NetBSD: Makefile,v 1.4 2023/07/09 02:11:21 taca Exp $

DISTNAME= rbpdf-1.21.1
DISTNAME= rbpdf-1.21.2
CATEGORIES= print

MAINTAINER= pkgsrc-users@NetBSD.org
Expand Down
8 changes: 4 additions & 4 deletions print/ruby-rbpdf/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.5 2023/04/30 13:20:51 taca Exp $
$NetBSD: distinfo,v 1.6 2023/07/09 02:11:21 taca Exp $

BLAKE2s (rbpdf-1.21.1.gem) = 83ead55c399be988e1f2df024ad4d11676cb7d62ef34c71586f271ca20ac01d0
SHA512 (rbpdf-1.21.1.gem) = ca859edc36e3c92411c10bf3a1c12355ba4664a40638960f65fa0c599a72bdf850e820a0e3fe8589ca27366522b6eb1d73b31522fd9e44097b2b4ad6f0948753
Size (rbpdf-1.21.1.gem) = 212992 bytes
BLAKE2s (rbpdf-1.21.2.gem) = cc175e2d5cb1831286604a603edc9e3254c02d45eb22808084517c6329d3c3e5
SHA512 (rbpdf-1.21.2.gem) = 04c57b241245d3bf8fc4cdef512b3e729ede1fc7df5b9920091d43257b34658bd399fd9c2624531c09a96ff39276f302df333a25edf818657e17533b88496962
Size (rbpdf-1.21.2.gem) = 212992 bytes

0 comments on commit 3b747e9

Please sign in to comment.