Skip to content

Commit

Permalink
devel/ruby-async: update to 2.18.0
Browse files Browse the repository at this point in the history
2.18.0 (2024-10-29)

* Add support for Sync(annotation:), so that you can annotate the block with
  a description of what it does, even if it doesn't create a new task.
  • Loading branch information
taca committed Nov 6, 2024
1 parent c42bf7b commit bc11e0e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions devel/ruby-async/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.27 2024/09/18 14:59:00 taca Exp $
# $NetBSD: Makefile,v 1.28 2024/11/06 14:03:37 taca Exp $

DISTNAME= async-2.17.0
DISTNAME= async-2.18.0
CATEGORIES= devel

MAINTAINER= [email protected]
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.24 2024/09/18 14:59:00 taca Exp $
$NetBSD: distinfo,v 1.25 2024/11/06 14:03:37 taca Exp $

BLAKE2s (async-2.17.0.gem) = 68005ca0306c8decd9b0e5663243cec576617006d3b52f0af1df02d56167ddd1
SHA512 (async-2.17.0.gem) = 4b689c8c073773d7856f0ef57f4d1bab568de727f3339c4162fdff8cdc01c6d6d18c7570148371d85f1b5bb5f526a8a4509feafaf2a3114679dfc8f18b609d50
Size (async-2.17.0.gem) = 31232 bytes
BLAKE2s (async-2.18.0.gem) = 3d56dadcbc8ed45b4b349c7bbdd3a95a2b16fa98b95ccb5f5e9e37a299bdff4b
SHA512 (async-2.18.0.gem) = bfb08439e84a3192218c852af3365f1f3ce7245f7ab4e4e2d74bd890cde6aad12f69943b7e591c89e67d48e640336b2f97c83bad553d200161c16aeeb06d360e
Size (async-2.18.0.gem) = 31232 bytes

0 comments on commit bc11e0e

Please sign in to comment.