diff options
| author | Jack Nagel | 2014-04-03 14:40:49 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-04-03 14:40:49 -0500 |
| commit | 781e1c59d77b9344b2b98dcaf299cef934f5ff21 (patch) | |
| tree | 957b7562f401bb2bd1ef633cdd57a047ce47e917 /Library | |
| parent | ec660d18c16ba76b3be8c82ac2e8232ac368a233 (diff) | |
| download | homebrew-781e1c59d77b9344b2b98dcaf299cef934f5ff21.tar.bz2 | |
rust 0.10
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/rust.rb | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/Library/Formula/rust.rb b/Library/Formula/rust.rb index 1270c2f12..64ef5ff58 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.9.tar.gz' - sha1 '6c5ef4c3c87a1b424510e41ad95dd17981b707b3' + url 'http://static.rust-lang.org/dist/rust-0.10.tar.gz' + sha1 '20460730047ca6694eeb780d990f566572c32c43' head 'https://github.com/mozilla/rust.git' @@ -29,7 +29,6 @@ class Rust < Formula test do system "#{bin}/rustc" - system "#{bin}/rustdoc -h" - system "#{bin}/rustpkg -v" unless build.head? + system "#{bin}/rustdoc", "-h" end end |
