aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAndrea Lattuada2012-03-30 14:06:46 +0200
committerAdam Vandenberg2012-03-30 07:22:32 -0700
commit8c1a6f194a49af7de92174bcd07bc218e6dca69a (patch)
tree9b8d04cbd24064d008c37cb493c974972be2e51d /Library/Formula
parentd502612952d2c13a4fb5a710c3d170c714446d3f (diff)
downloadhomebrew-8c1a6f194a49af7de92174bcd07bc218e6dca69a.tar.bz2
Mozilla Rust 0.2
Closes #11309. 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 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}"