aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2014-04-03 14:40:49 -0500
committerJack Nagel2014-04-03 14:40:49 -0500
commit781e1c59d77b9344b2b98dcaf299cef934f5ff21 (patch)
tree957b7562f401bb2bd1ef633cdd57a047ce47e917 /Library
parentec660d18c16ba76b3be8c82ac2e8232ac368a233 (diff)
downloadhomebrew-781e1c59d77b9344b2b98dcaf299cef934f5ff21.tar.bz2
rust 0.10
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/rust.rb7
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