-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
devel/ruby-io-event: update to 1.2.0
1.2.0 (2023-05-01) What's Changed * Native improvements by @ioquatix in #56 * Minor compiler warnings fixed. * Add support for epoll_pwait2.
- Loading branch information
taca
committed
May 1, 2023
1 parent
610e8c4
commit 7e2aadb
Showing
2 changed files
with
6 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,6 +1,6 @@ | ||
# $NetBSD: Makefile,v 1.7 2023/03/15 14:24:34 taca Exp $ | ||
# $NetBSD: Makefile,v 1.8 2023/05/01 14:36:50 taca Exp $ | ||
|
||
DISTNAME= io-event-1.1.7 | ||
DISTNAME= io-event-1.2.0 | ||
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,5 +1,5 @@ | ||
$NetBSD: distinfo,v 1.5 2023/03/15 14:24:34 taca Exp $ | ||
$NetBSD: distinfo,v 1.6 2023/05/01 14:36:50 taca Exp $ | ||
|
||
BLAKE2s (io-event-1.1.7.gem) = c37a0370372cd1f3507a80ad98ad2f3fe1b7559942e4f8139c34b03980d71464 | ||
SHA512 (io-event-1.1.7.gem) = e97f4c31708c844c58b63fe879b2b52809f1521ab7862431a9a6903da08183bf0a4a64a6b9912a850f477702d4815f45bdffaba26d90a35eab24d32f13b59987 | ||
Size (io-event-1.1.7.gem) = 28160 bytes | ||
BLAKE2s (io-event-1.2.0.gem) = 7a74e066eccbd0d8314444265441140309fe41fd75f8a336a7f0d43320e6e19a | ||
SHA512 (io-event-1.2.0.gem) = b66473abd70e900cb956c4e7d46f5d2df05dd50183b6fa02a956f5b50f07955214db3a15749bc8e8e8c84e8459220866b91ddea2f393202a5c02c43a145d4b68 | ||
Size (io-event-1.2.0.gem) = 28672 bytes |