aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
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 f63a5377a..b1d680fd0 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.1.tar.gz'
+ url 'http://dl.rust-lang.org/dist/rust-0.2.tar.gz'
homepage 'http://www.rust-lang.org/'
- md5 '80b655bcceaf2192c502a692c8c1eb20'
+ md5 '47be90f952ec01c3088af58be78fd618'
def install
system "./configure", "--prefix=#{prefix}"