Skip to content

Commit 8dedc8a

Browse files
authored
Merge pull request #223147 from Homebrew/bump-libsais-2.10.1
libsais 2.10.1
2 parents 25e27b7 + 458db7b commit 8dedc8a

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

Formula/lib/libsais.rb

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
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.0.tar.gz"
5-
sha256 "25c80c99945d7148b61ee4108dbda77e3dda605619ebfc7b880fd074af212b50"
4+
url "https://github.com/IlyaGrebnov/libsais/archive/refs/tags/v2.10.1.tar.gz"
5+
sha256 "ecf4611c18fefd8d4377343e4dc3f257ae17a501301a13f7cb7585c836405d39"
66
license "Apache-2.0"
77
head "https://github.com/IlyaGrebnov/libsais.git", branch: "master"
88

99
bottle do
10-
sha256 cellar: :any, arm64_sequoia: "530fc5db53ed108c1c0cd163d4bcf5293f13e1532ce1b8e84df243fc8776a2e8"
11-
sha256 cellar: :any, arm64_sonoma: "e12064836d57cbe31bfff4a60388f5ab516ffbbeff39bc157acfaa404b8b43c6"
12-
sha256 cellar: :any, arm64_ventura: "829ff3a96b317b7e56a4f61e7590d776e5dde1f85f40d44d9a7fa599e81ac6d5"
13-
sha256 cellar: :any, sonoma: "cc56db309bd88c115c2da8c9cb3821c3aa69e2f595b6156b5379b870413af309"
14-
sha256 cellar: :any, ventura: "118fd79be7a9552aac05652c2d76452a79726769ad59745c7c0160fc9d7d69e5"
15-
sha256 cellar: :any_skip_relocation, arm64_linux: "024ff4a47c6340289256a1634b83b8d0bc2201c53df1ad48be3c984b03c9728e"
16-
sha256 cellar: :any_skip_relocation, x86_64_linux: "c3d12688f8f741c93ce811a6207584ff439136520a3df834fd79d9cef3343965"
10+
sha256 cellar: :any, arm64_sequoia: "54b8afff60b856c0884c71de1dd1f1e6409a55b2be1d49b8b673dad9e47b2510"
11+
sha256 cellar: :any, arm64_sonoma: "c5d9e7b22a085837f05ad3b29b6e20fca750f0c5fc3028c4fc5a672fb68eeb7c"
12+
sha256 cellar: :any, arm64_ventura: "399524c4f5c23885e1115134517a85c32e91a66eb6b174323a05eb3fe4ec81af"
13+
sha256 cellar: :any, sonoma: "9f96dfbd1f3c5e47135ffc73fe8ad7b078fe1e288d789c85cb61253cd51c529d"
14+
sha256 cellar: :any, ventura: "9a8a3785b9eb046ff961db993c3b5c2e8a038ce933c0df45721f4cf689bfe80e"
15+
sha256 cellar: :any_skip_relocation, arm64_linux: "c94849ebbeaf7ca8e3b06c9bd5be34a8e5f1fba3c41c78014744c72527b20e96"
16+
sha256 cellar: :any_skip_relocation, x86_64_linux: "ec6cd3dd97d73a21ed12b1305f8a8ec133a583088413f62bad03c3fb3908c794"
1717
end
1818

1919
depends_on "cmake" => :build
@@ -23,8 +23,7 @@ def install
2323
"-DLIBSAIS_BUILD_SHARED_LIB=ON",
2424
*std_cmake_args
2525
system "cmake", "--build", "build"
26-
lib.install shared_library("build/liblibsais")
27-
lib.install_symlink shared_library("liblibsais") => shared_library("libsais")
26+
lib.install shared_library("build/libsais")
2827
include.install "include/libsais.h"
2928
end
3029

0 commit comments

Comments
 (0)