Skip to content

Commit 3f0f6ea

Browse files
authored
Merge pull request #199874 from Homebrew/bump-libomp-19.1.5
libomp 19.1.5
2 parents 6022464 + 8fba582 commit 3f0f6ea

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

Formula/lib/libomp.rb

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Libomp < Formula
22
desc "LLVM's OpenMP runtime library"
33
homepage "https://openmp.llvm.org/"
4-
url "https://github.com/llvm/llvm-project/releases/download/llvmorg-19.1.4/openmp-19.1.4.src.tar.xz"
5-
sha256 "88359996537b0fe7191869f7a1ec8b5a0e7e284294c09202965efcce1e571ccb"
4+
url "https://github.com/llvm/llvm-project/releases/download/llvmorg-19.1.5/openmp-19.1.5.src.tar.xz"
5+
sha256 "ce22e4ff876021071b7eee3fc1be759269a120ac77247265e4bb5150909a36e9"
66
license "MIT"
77

88
livecheck do
@@ -11,12 +11,12 @@ class Libomp < Formula
1111
end
1212

1313
bottle do
14-
sha256 cellar: :any, arm64_sequoia: "047ed36b7e63e2bfaf92dffd950bb3b0f824c4211a51e77742ef5aa1e40ce14e"
15-
sha256 cellar: :any, arm64_sonoma: "bd0896c575b44543930fec1fb3977c6b8c9ce87db2cf0b5500a3590360c92afa"
16-
sha256 cellar: :any, arm64_ventura: "3451343ad73a9b7d133e87583cf234ab21c12443660677b8c0884fa5924a4ee8"
17-
sha256 cellar: :any, sonoma: "1f286dd64b954c6b1cf4311fbe08241a52ae6c3425bcae86a86618fad72bc626"
18-
sha256 cellar: :any, ventura: "f21863c5b10174df0a9716cf3b11744c7c6c533aeb9128f4fae37c2bfecee429"
19-
sha256 cellar: :any_skip_relocation, x86_64_linux: "1a6495e7999a058ce59781b88a02165675ddbed1cefea93cdf004bdd4cc56859"
14+
sha256 cellar: :any, arm64_sequoia: "8f18871b507c7b3f552e6fd51c7c6e8250271813387b123205c04e470970cff5"
15+
sha256 cellar: :any, arm64_sonoma: "599340bb0348194a15e5999cea9db4c1dfbaa571350c2895f7a1c8a7226f1551"
16+
sha256 cellar: :any, arm64_ventura: "86843f4128594a886ddbc13e7bc8bf235bf4f73baec708643f14503184838aa9"
17+
sha256 cellar: :any, sonoma: "0938823ddef606ebeb3d692216272ff97b983e0668150a6409f6bfd70f84f4b1"
18+
sha256 cellar: :any, ventura: "5a44204e6ce730cc6fa7008ce743a06abc4407e7cd17257060d8838c0cf14c64"
19+
sha256 cellar: :any_skip_relocation, x86_64_linux: "692347ec7efb784ce6e29f909639d88f163314ad49cf7061b155770b1b509bdb"
2020
end
2121

2222
# Ref: https://github.com/Homebrew/homebrew-core/issues/112107
@@ -31,8 +31,8 @@ class Libomp < Formula
3131
end
3232

3333
resource "cmake" do
34-
url "https://github.com/llvm/llvm-project/releases/download/llvmorg-19.1.4/cmake-19.1.4.src.tar.xz"
35-
sha256 "dd13ce8eba6ece85cad567f028b8e16d72f3e142cdcbbd693ac23a88b4013803"
34+
url "https://github.com/llvm/llvm-project/releases/download/llvmorg-19.1.5/cmake-19.1.5.src.tar.xz"
35+
sha256 "a08ae477571fd5e929c27d3d0d28c6168d58dd00b6354c2de3266ae0d86ad44f"
3636
end
3737

3838
def install

0 commit comments

Comments
 (0)