aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorBrett Koonce2012-07-29 13:20:24 -0500
committerAdam Vandenberg2012-07-29 11:36:01 -0700
commite284750fdadaa3cce7b32b1ccfa47d995ae03206 (patch)
treec452846c90440ef6f1ab79460d24f716ac270349 /Library/Formula
parentb0390e1a71c6595074efaa99e61e3956a3706165 (diff)
downloadhomebrew-e284750fdadaa3cce7b32b1ccfa47d995ae03206.tar.bz2
rust 0.3.1
Closes #13730. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/rust.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/rust.rb b/Library/Formula/rust.rb
index f55d122e5..e2d15c061 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://dl.rust-lang.org/dist/rust-0.3.tar.gz'
- sha256 'b34c895b9596abb6942d1688e6a5189b08b92e2507234779779c1af91e9ae84e'
+ url 'http://dl.rust-lang.org/dist/rust-0.3.1.tar.gz'
+ sha256 'eb99ff2e745ecb6eaf01d4caddebce397a2b4cda6836a051cb2d493b9cedd018'
fails_with :clang do
build 318