Skip to content

Commit

Permalink
devel/ruby-io-event: update to 1.6.2
Browse files Browse the repository at this point in the history
1.6.1 (2024-06-12)

* Fix typo in readme.md (#103)
* Include invalid duration in error message. (#104)

1.6.2 (2024-06-12)

* Support conversion of T_BIGNUM. (#105)
* Rename Timers::Handle#offset to #time as it's more accurate. (#106)
* Conditionally include <sys/wait.h> for WNOHANG. (#107)
  - On some systems it's not present.
  • Loading branch information
taca committed Jun 12, 2024
1 parent 7a46817 commit c98012d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions devel/ruby-io-event/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.16 2024/06/08 15:37:41 taca Exp $
# $NetBSD: Makefile,v 1.17 2024/06/12 17:01:34 taca Exp $

DISTNAME= io-event-1.6.0
DISTNAME= io-event-1.6.2
CATEGORIES= devel

MAINTAINER= pkgsrc-users@NetBSD.org
Expand Down
8 changes: 4 additions & 4 deletions devel/ruby-io-event/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.14 2024/06/08 15:37:41 taca Exp $
$NetBSD: distinfo,v 1.15 2024/06/12 17:01:34 taca Exp $

BLAKE2s (io-event-1.6.0.gem) = 44c8d8b83bb0dd044935ffc800bbd8d31fe9345ad048a53222f261c913cb9f3e
SHA512 (io-event-1.6.0.gem) = d33d24d33cd29d43fd4bbee5f3e275c8a1747c1148f3773aa191de987513d77669254e15ff29afa31dfbf22f7e1a708af16674cb6e0ada58cbfd9323e2a6c573
Size (io-event-1.6.0.gem) = 40448 bytes
BLAKE2s (io-event-1.6.2.gem) = 022a8d8b18560a93095810a3249645f4995ca047268e069caf1fb08b90159c2e
SHA512 (io-event-1.6.2.gem) = 174138769b247b6af7b2ae51fe226465d9bbbcaa4a539da1cf575b0c585376eb47a38b500398908f18ece7d090cee9045026d35d3d5209c685fd4a2570dcbe7b
Size (io-event-1.6.2.gem) = 40448 bytes

0 comments on commit c98012d

Please sign in to comment.