aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/rust.rb
diff options
context:
space:
mode:
authorDidip Kerabat2012-07-13 09:12:41 -0700
committerJack Nagel2012-07-13 14:07:32 -0500
commitfaed3fcfc335f38388ccedbf10cac5786ebcf532 (patch)
tree9d63a0338f9f2a12d2c0ec74a7e2e485fc59a0e0 /Library/Formula/rust.rb
parent6740810501e9a615aee9ab4c9502f9229b7e0c04 (diff)
downloadhomebrew-faed3fcfc335f38388ccedbf10cac5786ebcf532.tar.bz2
Rust 0.3
Closes #13389. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/rust.rb')
-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 55364365a..f55d122e5 100644
--- a/Library/Formula/rust.rb
+++ b/Library/Formula/rust.rb
@@ -1,9 +1,9 @@
require 'formula'
class Rust < Formula
- url 'http://dl.rust-lang.org/dist/rust-0.2.tar.gz'
homepage 'http://www.rust-lang.org/'
- md5 '47be90f952ec01c3088af58be78fd618'
+ url 'http://dl.rust-lang.org/dist/rust-0.3.tar.gz'
+ sha256 'b34c895b9596abb6942d1688e6a5189b08b92e2507234779779c1af91e9ae84e'
fails_with :clang do
build 318