Received: by mail.netbsd.org (Postfix, from userid 605) id CC4C284D2C; Tue, 3 Jan 2023 09:44:16 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 043DD84D28 for ; Tue, 3 Jan 2023 09:44:16 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 1D4egWD2tvhY for ; Tue, 3 Jan 2023 09:44:15 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 71E0984D15 for ; Tue, 3 Jan 2023 09:44:15 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6612AFA90; Tue, 3 Jan 2023 09:44:15 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1672739055208040" MIME-Version: 1.0 Date: Tue, 3 Jan 2023 09:44:15 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/devel/ruby-async To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20230103094415.6612AFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1672739055208040 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Tue Jan 3 09:44:15 UTC 2023 Modified Files: pkgsrc/devel/ruby-async: Makefile distinfo Log Message: devel/ruby-async: update to 2.3.1 2.3.1 (2022-12-27) No release note. Please refer commit log in detail. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/ruby-async/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/ruby-async/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1672739055208040 Content-Disposition: inline Content-Length: 1465 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/ruby-async/Makefile diff -u pkgsrc/devel/ruby-async/Makefile:1.3 pkgsrc/devel/ruby-async/Makefile:1.4 --- pkgsrc/devel/ruby-async/Makefile:1.3 Sun Dec 4 16:57:29 2022 +++ pkgsrc/devel/ruby-async/Makefile Tue Jan 3 09:44:15 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2022/12/04 16:57:29 taca Exp $ +# $NetBSD: Makefile,v 1.4 2023/01/03 09:44:15 taca Exp $ -DISTNAME= async-2.3.0 +DISTNAME= async-2.3.1 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/devel/ruby-async/distinfo diff -u pkgsrc/devel/ruby-async/distinfo:1.2 pkgsrc/devel/ruby-async/distinfo:1.3 --- pkgsrc/devel/ruby-async/distinfo:1.2 Sun Dec 4 16:57:29 2022 +++ pkgsrc/devel/ruby-async/distinfo Tue Jan 3 09:44:15 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2022/12/04 16:57:29 taca Exp $ +$NetBSD: distinfo,v 1.3 2023/01/03 09:44:15 taca Exp $ -BLAKE2s (async-2.3.0.gem) = c3e30c8f30e1adfb0098e8eac956db11c2cfb6146d047dd3730966e4d041ef18 -SHA512 (async-2.3.0.gem) = 9e33abac9c2f209335c86720cf211a39fce822c97e7208a8deb23b8677882c89b459864b430fac53cec4c0f757503fc8bd84eaaf0d9d02814b81b4555196c8b4 -Size (async-2.3.0.gem) = 24576 bytes +BLAKE2s (async-2.3.1.gem) = 255105c8412f0439e5079b320223333f9704add1f9ffda9f2e0a0ab710763fb6 +SHA512 (async-2.3.1.gem) = 299c02be3fda0e67e2b37a8cde045d08eb2d0dd1185e8878fabc37db963687132342d8fd878d5ab130c3c6575e06eebeec7914ae06b0640122606208a3ae9553 +Size (async-2.3.1.gem) = 24576 bytes --_----------=_1672739055208040--