aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/rust.rb
diff options
context:
space:
mode:
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