Skip to content

Commit 151e5a0

Browse files
committed
libomp 20.1.4
1 parent 21a58aa commit 151e5a0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Formula/lib/libomp.rb

Lines changed: 4 additions & 4 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
@@ -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)