homebrew-cask/Casks/rust.rb

14 lines
357 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'rust' do
2016-04-13 01:02:14 +08:00
version '1.7.0'
sha256 'fd35962f87a3172a6f0a6907a732e992bdb9c594a12694c1b836b1ed9667ed05'
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'
homepage 'https://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
uninstall pkgutil: 'org.rust-lang.rust'
2014-07-04 08:28:44 +08:00
end