Skip to content

Commit 52f5bea

Browse files
committed
libsais 2.10.4
1 parent ec5addb commit 52f5bea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Formula/lib/libsais.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Libsais < Formula
22
desc "Fast linear time suffix array, lcp array and bwt construction"
33
homepage "https://github.com/IlyaGrebnov/libsais"
4-
url "https://github.com/IlyaGrebnov/libsais/archive/refs/tags/v2.10.3.tar.gz"
5-
sha256 "69cb3ce4982ac0f6228cab4f5b324dc2445f82bb260ad8c927aea8033c661d52"
4+
url "https://github.com/IlyaGrebnov/libsais/archive/refs/tags/v2.10.4.tar.gz"
5+
sha256 "94aa88f9e29f8812214ecfa6b55f5dca14c7d8a427409c062f734a61ca4c6931"
66
license "Apache-2.0"
77
head "https://github.com/IlyaGrebnov/libsais.git", branch: "master"
88

0 commit comments

Comments
 (0)