Skip to content

Commit

Permalink
rename formula llvm-7.0 -> llvm-7
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcdonell committed Mar 23, 2019
1 parent 8c1656b commit 46a3ce7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion Aliases/llvm-7.rb

This file was deleted.

4 changes: 2 additions & 2 deletions Formula/llvm-7.0.rb → Formula/llvm-7.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
class Llvm70 < Formula
class Llvm7 < Formula
desc "Next-gen compiler infrastructure"
homepage "http://llvm.org/"

Expand Down Expand Up @@ -94,7 +94,7 @@ class Llvm70 < Formula

# version suffix
def ver
"7.0"
"7"
end

# http://releases.llvm.org/7.0.0/docs/CMake.html
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ It currently provides:
* llvm-4.0
* llvm-5.0
* llvm-6.0
* llvm-7.0
* llvm-7
* llvm-8


Expand Down

0 comments on commit 46a3ce7

Please sign in to comment.