dmd 2.060

Closes Homebrew/homebrew#13938.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Tim Keating 2012-08-04 00:58:03 -05:00 committed by Adam Vandenberg
parent 86b403441a
commit a074a9a145
1 changed files with 2 additions and 3 deletions

View File

@ -2,8 +2,8 @@ require 'formula'
class Dmd < Formula
homepage 'http://www.digitalmars.com/d/'
url 'http://cloud.github.com/downloads/D-Programming-Language/dmd/dmd.2.059.zip'
md5 '803b182e71c4b021dfd1811066201140'
url 'http://cloud.github.com/downloads/D-Programming-Language/dmd/dmd.2.060.zip'
md5 '6cf237d16625bf37a757a413963fa999'
def doc
#use d and not dmd, rationale: meh
@ -15,7 +15,6 @@ class Dmd < Formula
rm Dir['src/*.mak']
mv 'license.txt', 'COPYING'
mv 'README.TXT', 'README'
mv 'src/phobos/phoboslicense.txt', 'src/phobos/COPYING.phobos'
prefix.install 'osx/bin', 'osx/lib', 'src'
man.install 'man/man1'