Skip to content

Commit e4a7dac

Browse files
authored
Merge pull request Homebrew#222272 from Homebrew/bump-libomp-20.1.4
libomp 20.1.4
2 parents 10639e2 + 9f89e2b commit e4a7dac

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

Formula/lib/libomp.rb

Lines changed: 11 additions & 11 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-20.1.3/openmp-20.1.3.src.tar.xz"
5-
sha256 "cbe93aae254ed633a8e2e63a0fc0fc3a5a4a53745b511151bce4a4fde7d70397"
4+
url "https://github.com/llvm/llvm-project/releases/download/llvmorg-20.1.4/openmp-20.1.4.src.tar.xz"
5+
sha256 "544544a69a792f2b94e886cc556e8af85b50f1e30cf9f629718f4184439f9878"
66
license "MIT"
77

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

1313
bottle do
14-
sha256 cellar: :any, arm64_sequoia: "70ca0ae9df9f32ef88357ad35efa5b20ee8d91419e385fb0722e52605bceb03b"
15-
sha256 cellar: :any, arm64_sonoma: "4fc242cbd0b57a00c22fc3d1f55bf8a9143f1a1aaecb7808092e044b1798e909"
16-
sha256 cellar: :any, arm64_ventura: "4f96c2d17c6ec12092109d1b8bb89333003529e645c0f5b7bb4f26b6c494dfd9"
17-
sha256 cellar: :any, sonoma: "a2eff1984d704ae5b07ac1620268cf81f98221cf5f93ec71c5e7efabe9e42f36"
18-
sha256 cellar: :any, ventura: "b0cf5645b4507eb577aad439eccda2a6cc929e786b6f289fb0305e20ba973b21"
19-
sha256 cellar: :any_skip_relocation, arm64_linux: "cd3a7805112ed219cdf8c3ad67eea42e0423af80a452a3190fdfc140a0f0ca99"
20-
sha256 cellar: :any_skip_relocation, x86_64_linux: "4acc1a2c159b09160f9423c7018c7d70f1732e991bb71f36dc5f5e4da52c4eed"
14+
sha256 cellar: :any, arm64_sequoia: "96254196dc1fc9a1acd54086ed6deb52d776befc75a3b786d0114d510e11b6b1"
15+
sha256 cellar: :any, arm64_sonoma: "d5a42b450ea2ae7099e4a28581bb91f64f1d91b46ef1ba77bd51657c9751511b"
16+
sha256 cellar: :any, arm64_ventura: "8535d0e0e1402b4c857292d739c8118d97365b7923bdb3dc735a568ec10235f2"
17+
sha256 cellar: :any, sonoma: "9a78864f40ec91badededf02bc5c9a0ab6012c59e429014f11f2de3aeb29a3be"
18+
sha256 cellar: :any, ventura: "8274f5e0c96bd30b2e8fdf6900255c1b3aab2ec33b25a748eb9df50fb5f3cc2b"
19+
sha256 cellar: :any_skip_relocation, arm64_linux: "1a25283d4c4e63d6b13da3625ed21dde6a020271792cece1d3974b6cd72a9e48"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "06843c4d96360de6de049ed9efd2a5375470b21e47b27065f55a7b03797dbb8b"
2121
end
2222

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

3434
resource "cmake" do
35-
url "https://github.com/llvm/llvm-project/releases/download/llvmorg-20.1.3/cmake-20.1.3.src.tar.xz"
36-
sha256 "d5423ec180f14df6041058a2b66e321e4420499e111235577e09515a38a03451"
35+
url "https://github.com/llvm/llvm-project/releases/download/llvmorg-20.1.4/cmake-20.1.4.src.tar.xz"
36+
sha256 "d6fe52e4fd709590284127cfef143f67ff1b917865f1b4731f6600c330bf9c27"
3737

3838
livecheck do
3939
formula :parent

0 commit comments

Comments
 (0)