ldc 1.2.0
Closes #12798. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
parent
d934fe8205
commit
6e3dc2248d
1 changed files with 2 additions and 14 deletions
|
@ -1,11 +1,10 @@
|
|||
class Ldc < Formula
|
||||
desc "Portable D programming language compiler"
|
||||
homepage "https://wiki.dlang.org/LDC"
|
||||
revision 2
|
||||
|
||||
stable do
|
||||
url "https://github.com/ldc-developers/ldc/releases/download/v1.1.1/ldc-1.1.1-src.tar.gz"
|
||||
sha256 "3d35253a76288a78939fea467409462f0b87461ffb89550eb0d9958e59eb7e97"
|
||||
url "https://github.com/ldc-developers/ldc/releases/download/v1.2.0/ldc-1.2.0-src.tar.gz"
|
||||
sha256 "910e8a670f0fadcaf64403c924091d6debf7ad29e203808f5f2b6899217e6f2b"
|
||||
|
||||
resource "ldc-lts" do
|
||||
url "https://github.com/ldc-developers/ldc/releases/download/v0.17.4/ldc-0.17.4-src.tar.gz"
|
||||
|
@ -19,17 +18,6 @@ class Ldc < Formula
|
|||
sha256 "207ba64c9defcf4d52bc917927c93fb6278a6ad67f306be2278e18adecf68205" => :yosemite
|
||||
end
|
||||
|
||||
devel do
|
||||
url "https://github.com/ldc-developers/ldc/releases/download/v1.2.0-beta2/ldc-1.2.0-beta2-src.tar.gz"
|
||||
sha256 "33388995c4a3dfcd34d77d2cd5759ae35c7636ebdcc65d71ba6e4f4736c4fcb1"
|
||||
version "1.2.0-beta2"
|
||||
|
||||
resource "ldc-lts" do
|
||||
url "https://github.com/ldc-developers/ldc/releases/download/v0.17.4/ldc-0.17.4-src.tar.gz"
|
||||
sha256 "48428afde380415640f3db4e38529345f3c8485b1913717995547f907534c1c3"
|
||||
end
|
||||
end
|
||||
|
||||
head do
|
||||
url "https://github.com/ldc-developers/ldc.git", :shallow => false
|
||||
|
||||
|
|
Loading…
Reference in a new issue