diff options
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 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' |
