diff options
| author | Leo Correa | 2013-09-26 21:43:55 -0400 |
|---|---|---|
| committer | Adam Vandenberg | 2013-09-26 20:58:29 -0700 |
| commit | 39ff6458fe593df73fa3504de7cb8507667ad843 (patch) | |
| tree | a82e4e1167370f555124ba20e5a4a9ef733d6076 /Library/Formula | |
| parent | e9ed6ab15a8cb2c9456f6b1a3c987a8e9682acba (diff) | |
| download | homebrew-39ff6458fe593df73fa3504de7cb8507667ad843.tar.bz2 | |
Rust 0.8
Closes #22867.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/rust.rb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/rust.rb b/Library/Formula/rust.rb index 18cc6d9df..6107ad640 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.7.tar.gz' - sha256 '0b88b8a4489382e0a69214eaab88e2e7c316ec33c164af0d3b53630b17590df0' + url 'http://static.rust-lang.org/dist/rust-0.8.tar.gz' + sha256 '42f791ab1537357fe0f63d67ffe6bcb64ecf16b2bd3f1484ab589823f5914182' head 'https://github.com/mozilla/rust.git' @@ -22,7 +22,7 @@ class Rust < Formula def test system "#{bin}/rustc" - system "#{bin}/rustdoc" - system "#{bin}/rustpkg" + system "#{bin}/rustdoc -h" + system "#{bin}/rustpkg -v" end end |
