|
1 | 1 | class Libsais < Formula |
2 | 2 | desc "Fast linear time suffix array, lcp array and bwt construction" |
3 | 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" |
| 4 | + url "https://github.com/IlyaGrebnov/libsais/archive/refs/tags/v2.10.4.tar.gz" |
| 5 | + sha256 "94aa88f9e29f8812214ecfa6b55f5dca14c7d8a427409c062f734a61ca4c6931" |
6 | 6 | license "Apache-2.0" |
7 | 7 | head "https://github.com/IlyaGrebnov/libsais.git", branch: "master" |
8 | 8 |
|
9 | 9 | bottle do |
10 | | - sha256 cellar: :any, arm64_sequoia: "dd23c5fcb60fd18ceeb2f97e4582c91317351a99a197b9e32b1b8b92c7263a93" |
11 | | - sha256 cellar: :any, arm64_sonoma: "f4e8061357a69512c1dbc4bfe6f5b9c98883bc4fa6022e3d3e4d10207a56b95d" |
12 | | - sha256 cellar: :any, arm64_ventura: "b620a8a59d79f2ec8cd801721428fb7dd0ab310a77a903f86a90827f39569b96" |
13 | | - sha256 cellar: :any, sonoma: "c418b7d5ad9dac2438b72673d6d0f5a31e47b5bfd3709812b7bdee4ede104121" |
14 | | - sha256 cellar: :any, ventura: "d174fcaeda67aaf4b459da8a2f536c69175837cb239d93bef902dc68c2fcfe17" |
15 | | - sha256 cellar: :any_skip_relocation, arm64_linux: "79a3ae5eb5bf5edc21def4ec4646094e10ff99db7782f96c9bfd5b7d116929f6" |
16 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "67c4c7947ef3a3755205802a097a539de22e0d8ce597bf1dddb43f50c152d775" |
| 10 | + sha256 cellar: :any, arm64_sequoia: "63b58d789abc1dc31fcb3481c35b4f9af494711d3c82c04c6181c62df2ab0e66" |
| 11 | + sha256 cellar: :any, arm64_sonoma: "6e04433193079ffc4d9f9054757d796e54607c4a7326a9f110b049743944b19a" |
| 12 | + sha256 cellar: :any, arm64_ventura: "c63cc2a0b039b04b0c98692130454f2225256320f2acdea2ab7225fdbcd6b009" |
| 13 | + sha256 cellar: :any, sonoma: "af064b9655232645376cf0c0c47b58fdb2f14cd698f8ea55e541a9f521a102ba" |
| 14 | + sha256 cellar: :any, ventura: "510f51daa4f565716ff5a1dc5deaedbc893ed3b3cbd93f432f1552be7e4f9cd0" |
| 15 | + sha256 cellar: :any_skip_relocation, arm64_linux: "63e009572fc39dfdd39424201b784cb5b5b6728e5f21ba9ee906da515888d638" |
| 16 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "4dc70d2f05f2cc95896bc3e28d1df5d4974df21c9bc303341e6b60d4de385a98" |
17 | 17 | end |
18 | 18 |
|
19 | 19 | depends_on "cmake" => :build |
|
0 commit comments