Skip to content

Commit

Permalink
devel/ruby-async: update to 2.11.0
Browse files Browse the repository at this point in the history
2.10.2 (2024-04-15)

What's Changed

* Update readme.md - fixing a typo by @peychinov in #313
* Add source_code_uri to published gemspec.

New Contributors

* @peychinov made their first contribution in #313

Contributors

* @peychinov


2.11.0 (2024-05-04)

What's Changed

* Update dependency on console gem and modernize usage.  by @ioquatix in
  #315

Contributors

* @ioquatix
  • Loading branch information
taca committed May 5, 2024
1 parent e88dfa3 commit 8233078
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions devel/ruby-async/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.19 2024/04/07 14:39:33 taca Exp $
# $NetBSD: Makefile,v 1.20 2024/05/05 16:41:27 taca Exp $

DISTNAME= async-2.10.1
DISTNAME= async-2.11.0
CATEGORIES= devel

MAINTAINER= pkgsrc-users@NetBSD.org
Expand All @@ -10,7 +10,7 @@ LICENSE= mit

USE_LANGUAGES= # none

DEPENDS+= ${RUBY_PKGPREFIX}-console>=1.10<2:../../devel/ruby-console
DEPENDS+= ${RUBY_PKGPREFIX}-console>=1.25.2<2:../../devel/ruby-console
DEPENDS+= ${RUBY_PKGPREFIX}-io-event>=1.5.1<2:../../devel/ruby-io-event
DEPENDS+= ${RUBY_PKGPREFIX}-timers>=4.1<5:../../time/ruby-timers
DEPENDS+= ${RUBY_PKGPREFIX}-fiber-annotation>=0:../../devel/ruby-fiber-annotation
Expand Down
8 changes: 4 additions & 4 deletions devel/ruby-async/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.16 2024/04/07 14:39:33 taca Exp $
$NetBSD: distinfo,v 1.17 2024/05/05 16:41:27 taca Exp $

BLAKE2s (async-2.10.1.gem) = 3aa51f3865a00fbc067cb907e3908bc284f0b3a05b6c55f2ac37079a63fbbe1c
SHA512 (async-2.10.1.gem) = 14309154d66995b90c975f6e9a513fcb691fadd3b02f4e661fea6253fa7aec7857e79d766454ddd18031525308439c7e9dcf8bd7ab336bff0384229491e05ee2
Size (async-2.10.1.gem) = 28672 bytes
BLAKE2s (async-2.11.0.gem) = d96b8fc7d5af43bc24df97bd58d515170e67fa4c2d777d4b0200abe33741518f
SHA512 (async-2.11.0.gem) = 2840abfeccf1f0cbb27e51ef2c9197fdeb084fcd06260328b52fa94e4ae962fc453d88ad45b7ce87fee11031d34fef7fd322273ddee64643c72d7e253d395c7c
Size (async-2.11.0.gem) = 28672 bytes

0 comments on commit 8233078

Please sign in to comment.