diff options
| author | Didip Kerabat | 2012-07-13 09:12:41 -0700 |
|---|---|---|
| committer | Jack Nagel | 2012-07-13 14:07:32 -0500 |
| commit | faed3fcfc335f38388ccedbf10cac5786ebcf532 (patch) | |
| tree | 9d63a0338f9f2a12d2c0ec74a7e2e485fc59a0e0 /Library/Formula/rust.rb | |
| parent | 6740810501e9a615aee9ab4c9502f9229b7e0c04 (diff) | |
| download | homebrew-faed3fcfc335f38388ccedbf10cac5786ebcf532.tar.bz2 | |
Rust 0.3
Closes #13389.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/rust.rb')
| -rw-r--r-- | Library/Formula/rust.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/rust.rb b/Library/Formula/rust.rb index 55364365a..f55d122e5 100644 --- a/Library/Formula/rust.rb +++ b/Library/Formula/rust.rb @@ -1,9 +1,9 @@ require 'formula' class Rust < Formula - url 'http://dl.rust-lang.org/dist/rust-0.2.tar.gz' homepage 'http://www.rust-lang.org/' - md5 '47be90f952ec01c3088af58be78fd618' + url 'http://dl.rust-lang.org/dist/rust-0.3.tar.gz' + sha256 'b34c895b9596abb6942d1688e6a5189b08b92e2507234779779c1af91e9ae84e' fails_with :clang do build 318 |
