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-wmi-lite: update to 1.0.7
pkgsrc change: add "USE_LANGUAGES= # empty". 1.0.7 (2022-03-31) Merged Pull Requests * Minor spelling mistakes & remove github lock config #13 (tas50) * updating the gem for Ruby 3.1 #17 (johnmccrae) 1.0.6 (2022-07-31) No entry in CHANGESLOG.md but there are a few fixes. Please refer <chef/wmi-lite@v1.0.5...v1.0.6> in detail.
- Loading branch information
taca
committed
Aug 26, 2022
1 parent
09035ca
commit 4594a4f
Showing
2 changed files
with
8 additions
and
6 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,12 +1,14 @@ | ||
# $NetBSD: Makefile,v 1.3 2020/03/08 15:39:43 taca Exp $ | ||
# $NetBSD: Makefile,v 1.4 2022/08/26 14:48:19 taca Exp $ | ||
|
||
DISTNAME= wmi-lite-1.0.5 | ||
DISTNAME= wmi-lite-1.0.7 | ||
CATEGORIES= devel | ||
|
||
MAINTAINER= [email protected] | ||
HOMEPAGE= https://github.com/opscode/wmi-lite/ | ||
COMMENT= Lightweight, low-dependency wrapper for basic WMI functionality | ||
LICENSE= apache-2.0 | ||
|
||
USE_LANGUAGES= # empty | ||
|
||
.include "../../lang/ruby/gem.mk" | ||
.include "../../mk/bsd.pkg.mk" |
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,5 +1,5 @@ | ||
$NetBSD: distinfo,v 1.5 2021/10/26 10:19:52 nia Exp $ | ||
$NetBSD: distinfo,v 1.6 2022/08/26 14:48:19 taca Exp $ | ||
|
||
BLAKE2s (wmi-lite-1.0.5.gem) = 75d6552ff56998a3cbf92323515813e9ea8801a1d2c0eb28c6ea485d04d8da23 | ||
SHA512 (wmi-lite-1.0.5.gem) = f5e04708e1705b3e69209bd2396965882219434bf096476b986f190a586eb5d6043c7c9bab240fb7146150880d09d99823cee2af389dafb1fcf4df172fbc3f1e | ||
Size (wmi-lite-1.0.5.gem) = 10240 bytes | ||
BLAKE2s (wmi-lite-1.0.7.gem) = c7efe2f4394697c0057576def352f063b56a63bf48367ce93543624ded05391f | ||
SHA512 (wmi-lite-1.0.7.gem) = 0988c126c3706061693f16dcba4311d71f1fa4427921bc960d21485afe1fc774e45157f0d62bd4f78a7ffe6797426967ff919d83ef672f20aa633ca22e1a3d67 | ||
Size (wmi-lite-1.0.7.gem) = 10240 bytes |