cut v0.52.1
[Homebrew/homebrew-cask-versions.git] / Casks / rust.rb
blob22f937f74c57d76389f44383f619a7a38fced1bf
1 cask :v1 => 'rust' do
2   version :latest
3   sha256 :no_check
5   url 'http://static.rust-lang.org/dist/rust-nightly-x86_64-apple-darwin.pkg'
6   homepage 'http://www.rust-lang.org/'
7   license :unknown    # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
9   pkg 'rust-nightly-x86_64-apple-darwin.pkg'
11   uninstall :pkgutil => 'org.rust-lang.rust'
12 end