From cf664cbfb5e2728da519e835e9340b313373ce52 Mon Sep 17 00:00:00 2001 From: Leo Correa Date: Thu, 26 Sep 2013 21:43:55 -0400 Subject: [PATCH] Rust 0.8 Closes Homebrew/homebrew#22867. Signed-off-by: Adam Vandenberg --- Formula/rust.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Formula/rust.rb b/Formula/rust.rb index 18cc6d9df9..6107ad6403 100644 --- a/Formula/rust.rb +++ b/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