pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/ruby-thor
Module Name: pkgsrc
Committed By: taca
Date: Sun May 14 13:51:23 UTC 2023
Modified Files:
pkgsrc/devel/ruby-thor: Makefile distinfo
Log Message:
devel/ruby-thor: update to 1.2.2
1.2.2 (2023-05-11)
What's Changed
* Respect implicit encoding of thorfiles by @timdiggins in #782
* Switch hash from MD5 to SHA256 by @stanhu in #785
* Respect the updated NO_COLOR specification by @coderjoe in #796
* Remove support for deprecated OS by @peterzhu2118 in #798
* Support thor install <uri> to install remote thor files by
@deivid-rodriguez in #787
* Update error message for content already exists case. by @jpgeek in #799
* Allow setting file permissions with create_file by @skipkayhil in #820
* Properly pad aliases for option usage by @p8 in #810
New Contributors
* @ytkg made their first contribution in #767
* @timdiggins made their first contribution in #780
* @stanhu made their first contribution in #785
* @jdufresne made their first contribution in #806
* @peterzhu2118 made their first contribution in #798
* @casperisfine made their first contribution in #807
* @jpgeek made their first contribution in #799
* @skipkayhil made their first contribution in #820
* @p8 made their first contribution in #810
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/ruby-thor/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/ruby-thor/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/ruby-thor/Makefile
diff -u pkgsrc/devel/ruby-thor/Makefile:1.14 pkgsrc/devel/ruby-thor/Makefile:1.15
--- pkgsrc/devel/ruby-thor/Makefile:1.14 Sat Feb 12 13:48:00 2022
+++ pkgsrc/devel/ruby-thor/Makefile Sun May 14 13:51:23 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2022/02/12 13:48:00 taca Exp $
+# $NetBSD: Makefile,v 1.15 2023/05/14 13:51:23 taca Exp $
-DISTNAME= thor-1.2.1
+DISTNAME= thor-1.2.2
CATEGORIES= devel
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/devel/ruby-thor/distinfo
diff -u pkgsrc/devel/ruby-thor/distinfo:1.15 pkgsrc/devel/ruby-thor/distinfo:1.16
--- pkgsrc/devel/ruby-thor/distinfo:1.15 Sat Feb 12 13:48:00 2022
+++ pkgsrc/devel/ruby-thor/distinfo Sun May 14 13:51:23 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2022/02/12 13:48:00 taca Exp $
+$NetBSD: distinfo,v 1.16 2023/05/14 13:51:23 taca Exp $
-BLAKE2s (thor-1.2.1.gem) = b142c6a84794e5f3cc16bc7a1b6e7efc54059d53922ab28a9c091be1790b0bf7
-SHA512 (thor-1.2.1.gem) = f72b7c6bb0a434f63f4713cdf5b853dddee319ef6380104400ecd4724d09ac6e22d02767fe991a5a1ad9cd5cb9c6886b6da04721d08adb328d31faf68551f8df
-Size (thor-1.2.1.gem) = 53248 bytes
+BLAKE2s (thor-1.2.2.gem) = 55c42e8f1c26dbf2b80289f19dafebd695743ddd51883c2492b5c36239d1f336
+SHA512 (thor-1.2.2.gem) = a896f9a876a3d9fedf132fe29dbf083d61bc79cd29720ff026a745b4c2ee4e02c840856e13dbd3f074b0be4efe01c32173785b8ad3b041c7cbd7d70459ddb192
+Size (thor-1.2.2.gem) = 53248 bytes
Home |
Main Index |
Thread Index |
Old Index