homebrew-cask/Casks/rust.rb

13 lines
359 B
Ruby
Raw Normal View History

2014-11-14 01:26:50 +08:00
cask :v1 => 'rust' do
version '1.0.0-beta.2'
sha256 '683d644eda84e1aa9715b8f4fc3e4212675406a6edd1b53a9a9577c7fef81376'
2014-09-26 22:28:02 +08:00
url "https://static.rust-lang.org/dist/rust-#{version}-x86_64-apple-darwin.pkg"
2014-09-26 22:28:02 +08:00
homepage 'http://www.rust-lang.org/'
license :oss
2014-09-26 22:28:02 +08:00
pkg "rust-#{version}-x86_64-apple-darwin.pkg"
2014-11-22 22:12:45 +08:00
2014-09-26 22:28:02 +08:00
uninstall :pkgutil => 'org.rust-lang.rust'
2014-07-04 08:28:44 +08:00
end