Skip to content

Commit

Permalink
devel/ruby-algorithms: update to 1.0.1
Browse files Browse the repository at this point in the history
1.0.1 (2023-11-11)

* Fix push to be O(1).
* Fix SuffixArray initialization doc (#50)
* Update dependencies
* Add benchmarks for Heap (#52)
  • Loading branch information
taca committed Dec 17, 2023
1 parent 4c7eab0 commit aa22c0d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions devel/ruby-algorithms/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
8 changes: 4 additions & 4 deletions devel/ruby-algorithms/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit aa22c0d

Please sign in to comment.