diff options
| author | Andrew Nesbitt | 2014-10-09 18:48:29 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2014-10-09 21:05:40 +0100 |
| commit | cef7c43cad1de6acaab5e2d3688e2c93ce43066d (patch) | |
| tree | 936031914d9f5dd3c1ae8d10b79c048a04abc309 /Library/Formula | |
| parent | 81517784506e1fcfdb8156b4b33bb98f29f12a71 (diff) | |
| download | homebrew-cef7c43cad1de6acaab5e2d3688e2c93ce43066d.tar.bz2 | |
rust 0.12.0
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 e3c9c6f05..cf68903c9 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 'https://static.rust-lang.org/dist/rust-0.11.0.tar.gz' - sha1 'f849e16e03b474143c575503ae82da7577a2170f' + url 'https://static.rust-lang.org/dist/rust-0.12.0.tar.gz' + sha256 '883e66b24d90d9957c5c538469fcde6f0668e5fb6448beecfc60884060e769b7' head 'https://github.com/rust-lang/rust.git' |
