diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/rust.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/rust.rb b/Library/Formula/rust.rb index db0c16d91..3882f2f4e 100644 --- a/Library/Formula/rust.rb +++ b/Library/Formula/rust.rb @@ -2,9 +2,9 @@ require 'formula' class Rust < Formula homepage 'http://www.rust-lang.org/' - url 'https://static.rust-lang.org/dist/rustc-1.0.0-beta-src.tar.gz' - version "1.0.0-beta" - sha256 '94248e30487723ac6f6c34a0db5a21085c0b1338e6a32bd12b159e1d2cd80451' + url 'https://static.rust-lang.org/dist/rustc-1.0.0-beta.2-src.tar.gz' + version "1.0.0-beta.2" + sha256 '969f20bfec588456af8ab81c9b00ef46df075bf9ac9955e42a87b1f39cb99771' head 'https://github.com/rust-lang/rust.git' |
