ldc 1.15.0
Closes #38913. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
parent
2e1d56e68f
commit
ec0340a78a
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
class Ldc < Formula
|
||||
desc "Portable D programming language compiler"
|
||||
homepage "https://wiki.dlang.org/LDC"
|
||||
url "https://github.com/ldc-developers/ldc/releases/download/v1.14.0/ldc-1.14.0-src.tar.gz"
|
||||
sha256 "2c790f5f7f944e5ee2e73df2720baf211a02e42345f2f4fd375674f9ffa7fb90"
|
||||
url "https://github.com/ldc-developers/ldc/releases/download/v1.15.0/ldc-1.15.0-src.tar.gz"
|
||||
sha256 "d7e0e0cf332542c42e3b6570d391b0f05d5a81a812297efcdadccf8fb0f0cee2"
|
||||
head "https://github.com/ldc-developers/ldc.git", :shallow => false
|
||||
|
||||
bottle do
|
||||
|
|
Loading…
Reference in a new issue