diff options
| author | Brett Koonce | 2013-08-17 11:46:21 -0500 |
|---|---|---|
| committer | Adam Vandenberg | 2013-08-18 11:50:35 -0700 |
| commit | 51c7f2e63a6409e948081f0b37c453494577b473 (patch) | |
| tree | 1b74fa85ec933482abf4859225b7f4946475bbc7 /Library/Formula | |
| parent | 4fdd2143e251ec03e0381644d3182ca665231e10 (diff) | |
| download | homebrew-51c7f2e63a6409e948081f0b37c453494577b473.tar.bz2 | |
mlton 20130715
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/mlton.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/mlton.rb b/Library/Formula/mlton.rb index ef07d4a10..02a9e0bea 100644 --- a/Library/Formula/mlton.rb +++ b/Library/Formula/mlton.rb @@ -19,8 +19,8 @@ end class Mlton < Formula homepage 'http://mlton.org' - url 'http://downloads.sourceforge.net/project/mlton/mlton/20100608/mlton-20100608-1.amd64-darwin.gmp-static.tgz' - sha1 'b5e067f2f3d2166d074602f83b03004587f3adab' + url 'http://downloads.sourceforge.net/project/mlton/mlton/20130715/mlton-20130715-1.amd64-darwin.gmp-static.tgz' + sha1 'b3b13e0a606bf42d62d4d028687336106ada160a' # We download and install the version of MLton which is statically linked to libgmp, but all # generated executables will require gmp anyway, hence the dependency |
