Skip to content

Commit

Permalink
textproc/ruby-plist: update to 3.7.0
Browse files Browse the repository at this point in the history
pkgsrc: correct CATEGORIES.


3.7.0 (2023-02-21)

New features and important changes:

* Allow Marshal.load to be disabled for Plist.parse_xml (#61)

Housekeeping:

* Migrate from Travis CI to GitHub Actions; add Ruby 3.1 and 3.2 to CI
  matrix (#59)
  • Loading branch information
taca committed Feb 23, 2023
1 parent 87dd20c commit 3a3d58a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions textproc/ruby-plist/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.8 2021/01/14 14:49:30 taca Exp $
# $NetBSD: Makefile,v 1.9 2023/02/23 15:36:05 taca Exp $

DISTNAME= plist-3.6.0
CATEGORIES= devel
DISTNAME= plist-3.7.0
CATEGORIES= textproc

MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/bleything/plist
Expand Down
8 changes: 4 additions & 4 deletions textproc/ruby-plist/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.10 2021/10/26 11:23:26 nia Exp $
$NetBSD: distinfo,v 1.11 2023/02/23 15:36:05 taca Exp $

BLAKE2s (plist-3.6.0.gem) = 499044ff9e7b0b0a50bf43afa7872d3981bb2a999dd6264d7d027ce9689e3b7a
SHA512 (plist-3.6.0.gem) = d8fe47f4a79b0e2b74e83053ca584c768544a0e8f38755663e2150fc49b2429746254195a50ea7c01711173585dbe9bd572438bf2bac035bfb29c13cadc898a7
Size (plist-3.6.0.gem) = 9216 bytes
BLAKE2s (plist-3.7.0.gem) = ee1bbe51733f2978f74384664ef031e22a69eef824decaf30a88a0ecaefc96ad
SHA512 (plist-3.7.0.gem) = f7db692ee636719f4aa540146f8fae764832741e4cc2be6642e6c4528e029c57e58509360321a0ec4f2f870742be4eb229f35b081f63d74ff4a934aade489a36
Size (plist-3.7.0.gem) = 9216 bytes

0 comments on commit 3a3d58a

Please sign in to comment.