diff options
| author | Tyler Brock | 2013-07-03 15:27:55 -0400 |
|---|---|---|
| committer | Adam Vandenberg | 2013-07-04 07:48:14 -0700 |
| commit | 9b091a392956fc22a2477d84144ca95487b683ad (patch) | |
| tree | f6726cddcafa5487083f5d39662d8f0ee3eb259a /Library/Formula | |
| parent | a5c796b2cc4b6b0d061a2bab8481b4be3902fc31 (diff) | |
| download | homebrew-9b091a392956fc22a2477d84144ca95487b683ad.tar.bz2 | |
Rust 0.7
Closes #20997.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -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 80e541f5d..18cc6d9df 100644 --- a/Library/Formula/rust.rb +++ b/Library/Formula/rust.rb @@ -2,8 +2,8 @@ require 'formula' class Rust < Formula homepage 'http://www.rust-lang.org/' - url 'http://static.rust-lang.org/dist/rust-0.6.tar.gz' - sha256 'e11cb529a1e20f27d99033181a9e0e131817136b46d2742f0fa1afa1210053e5' + url 'http://static.rust-lang.org/dist/rust-0.7.tar.gz' + sha256 '0b88b8a4489382e0a69214eaab88e2e7c316ec33c164af0d3b53630b17590df0' head 'https://github.com/mozilla/rust.git' |
