Skip to content

Commit 46a3ce7

Browse files
committed
rename formula llvm-7.0 -> llvm-7
1 parent 8c1656b commit 46a3ce7

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

Aliases/llvm-7.rb

Lines changed: 0 additions & 1 deletion
This file was deleted.

Formula/llvm-7.0.rb renamed to Formula/llvm-7.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
class Llvm70 < Formula
1+
class Llvm7 < Formula
22
desc "Next-gen compiler infrastructure"
33
homepage "http://llvm.org/"
44

@@ -94,7 +94,7 @@ class Llvm70 < Formula
9494

9595
# version suffix
9696
def ver
97-
"7.0"
97+
"7"
9898
end
9999

100100
# http://releases.llvm.org/7.0.0/docs/CMake.html

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ It currently provides:
1212
* llvm-4.0
1313
* llvm-5.0
1414
* llvm-6.0
15-
* llvm-7.0
15+
* llvm-7
1616
* llvm-8
1717

1818

0 commit comments

Comments
 (0)