aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/rust.rb
diff options
context:
space:
mode:
authorRicho Healey2015-04-22 15:40:53 -0700
committerMike McQuaid2015-04-23 21:56:28 +0100
commit3defb5a76a01a498ede022216c23e501c6f571c2 (patch)
tree8d9eb6bb0c17f2605481237af905786d5fb1a28c /Library/Formula/rust.rb
parent07524dfcf3d5e34426b293dd5d883e3587962c22 (diff)
downloadhomebrew-3defb5a76a01a498ede022216c23e501c6f571c2.tar.bz2
rust 1.0.0-beta.2
rust: bump to 1.0.0-beta.2 Closes #38954. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula/rust.rb')
-rw-r--r--Library/Formula/rust.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/rust.rb b/Library/Formula/rust.rb
index db0c16d91..3882f2f4e 100644
--- a/Library/Formula/rust.rb
+++ b/Library/Formula/rust.rb
@@ -2,9 +2,9 @@ require 'formula'
class Rust < Formula
homepage 'http://www.rust-lang.org/'
- url 'https://static.rust-lang.org/dist/rustc-1.0.0-beta-src.tar.gz'
- version "1.0.0-beta"
- sha256 '94248e30487723ac6f6c34a0db5a21085c0b1338e6a32bd12b159e1d2cd80451'
+ url 'https://static.rust-lang.org/dist/rustc-1.0.0-beta.2-src.tar.gz'
+ version "1.0.0-beta.2"
+ sha256 '969f20bfec588456af8ab81c9b00ef46df075bf9ac9955e42a87b1f39cb99771'
head 'https://github.com/rust-lang/rust.git'