pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/ruby-algorithms



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Dec 17 14:12:38 UTC 2023

Modified Files:
        pkgsrc/devel/ruby-algorithms: Makefile distinfo

Log Message:
devel/ruby-algorithms: update to 1.0.1

1.0.1 (2023-11-11)

* Fix push to be O(1).
* Fix SuffixArray initialization doc (#50)
* Update dependencies
* Add benchmarks for Heap (#52)


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/ruby-algorithms/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/ruby-algorithms/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/ruby-algorithms/Makefile
diff -u pkgsrc/devel/ruby-algorithms/Makefile:1.2 pkgsrc/devel/ruby-algorithms/Makefile:1.3
--- pkgsrc/devel/ruby-algorithms/Makefile:1.2   Tue May  4 07:43:49 2021
+++ pkgsrc/devel/ruby-algorithms/Makefile       Sun Dec 17 14:12:38 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2021/05/04 07:43:49 taca Exp $
+# $NetBSD: Makefile,v 1.3 2023/12/17 14:12:38 taca Exp $
 
-DISTNAME=      algorithms-1.0.0
+DISTNAME=      algorithms-1.0.1
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/devel/ruby-algorithms/distinfo
diff -u pkgsrc/devel/ruby-algorithms/distinfo:1.5 pkgsrc/devel/ruby-algorithms/distinfo:1.6
--- pkgsrc/devel/ruby-algorithms/distinfo:1.5   Tue Oct 26 10:19:25 2021
+++ pkgsrc/devel/ruby-algorithms/distinfo       Sun Dec 17 14:12:38 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2021/10/26 10:19:25 nia Exp $
+$NetBSD: distinfo,v 1.6 2023/12/17 14:12:38 taca Exp $
 
-BLAKE2s (algorithms-1.0.0.gem) = 28b215d69417c0aca14bf9e1cbcce835f81ae82c0cf3ea0c6df60c4e606d928e
-SHA512 (algorithms-1.0.0.gem) = 9d9141c4b9f79ce159ef02afd93bc862fa3099174620608aa155a7e49845a1249cf7407896c492ab2383a280eba33e067ddca1956831b6efe2320ee47e253bfa
-Size (algorithms-1.0.0.gem) = 324096 bytes
+BLAKE2s (algorithms-1.0.1.gem) = 216b4960b6d626d07a1e2a15faa87cf2596986232704bc8078f9e9e4d463a6a7
+SHA512 (algorithms-1.0.1.gem) = eb451d068bf892a5d21b25a21d206fe2f7c85cd0b922f198fa90a488f59e8d22bae815ed2bfedf8d175e08f04bf14a1fc9c4201866713ce7206a638ad5ed41f4
+Size (algorithms-1.0.1.gem) = 324096 bytes



Home | Main Index | Thread Index | Old Index