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-io-event: update to 1.2.2
1.2.1 (2023-05-13) * Add fallback to epoll_wait if epoll_pwait2 returns ENOSYS. (#59) 1.2.2 (2023-05-14) * Fix IO_Event_Interrupt_descriptor undefined symbol. (#61)
- Loading branch information
taca
committed
May 14, 2023
1 parent
1841e2a
commit 5758ee2
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.8 2023/05/01 14:36:50 taca Exp $ | ||
# $NetBSD: Makefile,v 1.9 2023/05/14 13:40:20 taca Exp $ | ||
|
||
DISTNAME= io-event-1.2.0 | ||
DISTNAME= io-event-1.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,5 +1,5 @@ | ||
$NetBSD: distinfo,v 1.6 2023/05/01 14:36:50 taca Exp $ | ||
$NetBSD: distinfo,v 1.7 2023/05/14 13:40:20 taca Exp $ | ||
|
||
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 | ||
BLAKE2s (io-event-1.2.2.gem) = a4f902bff59393ad791977d42daa4fc470706b82b73543a3c3e481be65681e8a | ||
SHA512 (io-event-1.2.2.gem) = 9c1a7ea1aeae89eb064d1fe8b0e3257cac1beb4dd3c646bb31adf7d65d22349f19c16f1fb6fbf6fe9b8d0c4e65424d4142e40b6a979e84ec238cee273d5f2552 | ||
Size (io-event-1.2.2.gem) = 28672 bytes |