Received: by mail.netbsd.org (Postfix, from userid 605) id 5F25D84ECF; Thu, 18 Aug 2022 18:43:37 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9B0D984E9A for ; Thu, 18 Aug 2022 18:43:36 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id GxXjoRREJh1M for ; Thu, 18 Aug 2022 18:43:36 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 1DECC84CFA for ; Thu, 18 Aug 2022 18:43:36 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 177ECFB1A; Thu, 18 Aug 2022 18:43:36 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_166084821636930" MIME-Version: 1.0 Date: Thu, 18 Aug 2022 18:43:36 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/hs-hashable To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20220818184336.177ECFB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_166084821636930 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Thu Aug 18 18:43:36 UTC 2022 Modified Files: pkgsrc/devel/hs-hashable: Makefile distinfo Log Message: hs-hashable: update to 1.4.1.0. ## Version 1.4.1.0 * Add instance for `Data.Array.Byte.ByteArray`. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/hs-hashable/Makefile cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/hs-hashable/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_166084821636930 Content-Disposition: inline Content-Length: 1550 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/hs-hashable/Makefile diff -u pkgsrc/devel/hs-hashable/Makefile:1.20 pkgsrc/devel/hs-hashable/Makefile:1.21 --- pkgsrc/devel/hs-hashable/Makefile:1.20 Sat Feb 26 03:57:56 2022 +++ pkgsrc/devel/hs-hashable/Makefile Thu Aug 18 18:43:35 2022 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.20 2022/02/26 03:57:56 pho Exp $ +# $NetBSD: Makefile,v 1.21 2022/08/18 18:43:35 wiz Exp $ -DISTNAME= hashable-1.4.0.2 -PKGREVISION= 2 +DISTNAME= hashable-1.4.1.0 CATEGORIES= devel MAINTAINER= pho@cielonegro.org Index: pkgsrc/devel/hs-hashable/distinfo diff -u pkgsrc/devel/hs-hashable/distinfo:1.11 pkgsrc/devel/hs-hashable/distinfo:1.12 --- pkgsrc/devel/hs-hashable/distinfo:1.11 Fri Feb 11 13:00:37 2022 +++ pkgsrc/devel/hs-hashable/distinfo Thu Aug 18 18:43:35 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.11 2022/02/11 13:00:37 pho Exp $ +$NetBSD: distinfo,v 1.12 2022/08/18 18:43:35 wiz Exp $ -BLAKE2s (hashable-1.4.0.2.tar.gz) = fdebfb9fb7af543a961c0ae986f581b5f03f2958eb7d3fdb31415a5d716add5b -SHA512 (hashable-1.4.0.2.tar.gz) = a8cc2b7cafa8f18d9a74490d2dff7edf12901b7c40ca0c1881af579695135c1ca7629347d34d0c7dc662078d7669d5d6234bd889c1f77f344297942243fe7dda -Size (hashable-1.4.0.2.tar.gz) = 25528 bytes +BLAKE2s (hashable-1.4.1.0.tar.gz) = 9f0accfb17f142439e079900b3c28e827974c81c9f95d15063f1e56fc59ed4ea +SHA512 (hashable-1.4.1.0.tar.gz) = 2819489ce9c442dd078535a67341a3c03002fd67c6b9ac428945ce8449aaf5a11e1623376d3c17a278f0dadac73ad831ab1e496d6ee26677347d52bb1efdd4c2 +Size (hashable-1.4.1.0.tar.gz) = 25599 bytes --_----------=_166084821636930--