We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0b01bd commit 8e6d379Copy full SHA for 8e6d379
Formula/f/flang.rb
@@ -1,8 +1,8 @@
1
class Flang < Formula
2
desc "LLVM Fortran Frontend"
3
homepage "https://flang.llvm.org/"
4
- url "https://github.com/llvm/llvm-project/releases/download/llvmorg-20.1.7/llvm-project-20.1.7.src.tar.xz"
5
- sha256 "cd8fd55d97ad3e360b1d5aaf98388d1f70dfffb7df36beee478be3b839ff9008"
+ url "https://github.com/llvm/llvm-project/releases/download/llvmorg-20.1.8/llvm-project-20.1.8.src.tar.xz"
+ sha256 "6898f963c8e938981e6c4a302e83ec5beb4630147c7311183cf61069af16333d"
6
# The LLVM Project is under the Apache License v2.0 with LLVM Exceptions
7
license "Apache-2.0" => { with: "LLVM-exception" }
8
head "https://github.com/llvm/llvm-project.git", branch: "main"
0 commit comments