homebrew-cask/Casks/rust.rb

14 lines
366 B
Ruby
Raw Normal View History

2014-11-14 01:26:50 +08:00
cask :v1 => 'rust' do
2015-09-20 23:08:48 +08:00
version '1.3.0'
sha256 '26dfc4ec42b89aaac4d5db1bbb688e22fe6a276dc40e8c7c6da795b61b6d3ffa'
2014-09-26 22:28:02 +08:00
url "https://static.rust-lang.org/dist/rust-#{version}-x86_64-apple-darwin.pkg"
2015-04-26 23:38:17 +08:00
name 'Rust'
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