diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/rust.rb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/rust.rb b/Library/Formula/rust.rb index 46f80547a..ae08ff622 100644 --- a/Library/Formula/rust.rb +++ b/Library/Formula/rust.rb @@ -2,8 +2,9 @@ require 'formula' class Rust < Formula homepage 'http://www.rust-lang.org/' - url 'https://static.rust-lang.org/dist/rust-0.12.0.tar.gz' - sha256 '883e66b24d90d9957c5c538469fcde6f0668e5fb6448beecfc60884060e769b7' + url 'https://static.rust-lang.org/dist/rustc-1.0.0-alpha-src.tar.gz' + version "1.0.0-alpha" + sha256 '3a2285726e839fc57ad49ed8907a50bab2d29d8f898e2d5a02f620a0477fc25c' head 'https://github.com/rust-lang/rust.git' |
