We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec5addb commit 52f5beaCopy full SHA for 52f5bea
Formula/lib/libsais.rb
@@ -1,8 +1,8 @@
1
class Libsais < Formula
2
desc "Fast linear time suffix array, lcp array and bwt construction"
3
homepage "https://github.com/IlyaGrebnov/libsais"
4
- url "https://github.com/IlyaGrebnov/libsais/archive/refs/tags/v2.10.3.tar.gz"
5
- sha256 "69cb3ce4982ac0f6228cab4f5b324dc2445f82bb260ad8c927aea8033c661d52"
+ url "https://github.com/IlyaGrebnov/libsais/archive/refs/tags/v2.10.4.tar.gz"
+ sha256 "94aa88f9e29f8812214ecfa6b55f5dca14c7d8a427409c062f734a61ca4c6931"
6
license "Apache-2.0"
7
head "https://github.com/IlyaGrebnov/libsais.git", branch: "master"
8
0 commit comments