diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/rust.rb | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/Library/Formula/rust.rb b/Library/Formula/rust.rb index 6107ad640..410da005d 100644 --- a/Library/Formula/rust.rb +++ b/Library/Formula/rust.rb @@ -2,8 +2,13 @@ require 'formula' class Rust < Formula homepage 'http://www.rust-lang.org/' - url 'http://static.rust-lang.org/dist/rust-0.8.tar.gz' - sha256 '42f791ab1537357fe0f63d67ffe6bcb64ecf16b2bd3f1484ab589823f5914182' + + stable do + url 'http://static.rust-lang.org/dist/rust-0.8.tar.gz' + sha256 '42f791ab1537357fe0f63d67ffe6bcb64ecf16b2bd3f1484ab589823f5914182' + + depends_on :xcode # for gyp; fixed in HEAD + end head 'https://github.com/mozilla/rust.git' |
