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.
devel/ruby-mixlib-shellout: update to 3.2.2
3.2.2 (2020-11-16) * Remove copyright dates #225 (tas50) * Cleanup deps and fix the failing spec helper loading of support files #226 (tas50) v3.2.0 (2020-11-12) * Windows: fetch env variables for specified users #224 (kapilchouhan99) v3.1.7 (2020-10-29) * Loosen win32-process dep to resolve Ruby 3 deprecation warnings #223 (tas50)
- Loading branch information
taca
committed
Jan 10, 2021
1 parent
f95f43e
commit 1f25cd3
Showing
2 changed files
with
7 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.11 2020/09/14 16:22:14 taca Exp $ | ||
# $NetBSD: Makefile,v 1.12 2021/01/10 15:12:14 taca Exp $ | ||
|
||
DISTNAME= mixlib-shellout-3.1.6 | ||
DISTNAME= mixlib-shellout-3.2.2 | ||
CATEGORIES= devel | ||
|
||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
$NetBSD: distinfo,v 1.12 2020/09/14 16:22:14 taca Exp $ | ||
$NetBSD: distinfo,v 1.13 2021/01/10 15:12:14 taca Exp $ | ||
|
||
SHA1 (mixlib-shellout-3.1.6.gem) = fe4f71a8a3e617128b74a04ccad400d82fb41997 | ||
RMD160 (mixlib-shellout-3.1.6.gem) = db44dcb4f8a2212d6fa057d80d936c6feffdbeb6 | ||
SHA512 (mixlib-shellout-3.1.6.gem) = 66f86731957a01a262e10404cde24c174cc30c4e12ae3b980eccce221f4b8d6c2bae5107ae01459fd83643f3550e36ae84b1dc9850255d61fefd7f1003ff1ebf | ||
Size (mixlib-shellout-3.1.6.gem) = 26624 bytes | ||
SHA1 (mixlib-shellout-3.2.2.gem) = 48fb8cd4e05b38c93fdabf828232001854fa2352 | ||
RMD160 (mixlib-shellout-3.2.2.gem) = 3e9ae259feeb0d2a71c9327d82afc5ba02e33eef | ||
SHA512 (mixlib-shellout-3.2.2.gem) = c0d2824d4790b6f39cf574d3ed1f01d89cbe7560757050f3c7b2cdf0ab7420adb4dcb048ab89774a75a217166619227d5af1c10553199e600418e03af86f7157 | ||
Size (mixlib-shellout-3.2.2.gem) = 27648 bytes |