This commit is contained in:
Roland Walker 2014-09-10 11:37:06 -04:00
parent eadc3f2ea8
commit 76c0277d19
1 changed files with 1 additions and 1 deletions

View File

@ -5,6 +5,6 @@ class Rust < Cask
url "http://static.rust-lang.org/dist/rust-nightly-x86_64-apple-darwin.pkg"
homepage 'http://www.rust-lang.org/'
install 'rust-nightly-x86_64-apple-darwin.pkg'
pkg 'rust-nightly-x86_64-apple-darwin.pkg'
uninstall :pkgutil => 'org.rust-lang.rust'
end