homebrew-cask/Casks/mysql-shell.rb

15 lines
422 B
Ruby
Raw Normal View History

2016-12-30 10:13:47 +08:00
cask 'mysql-shell' do
2017-04-13 09:45:33 +08:00
version '1.0.9'
sha256 'c47ebefa2bb8f0a949843e5eb198857d4e96a4e296c4bde5f1afec03c295844a'
2016-12-30 10:13:47 +08:00
2017-04-13 09:45:33 +08:00
url "https://dev.mysql.com/get/Downloads/MySQL-Shell/mysql-shell-#{version}-macos10.12-x86-64bit.dmg"
2016-12-30 10:13:47 +08:00
name 'MySQL Shell'
2017-01-02 05:56:15 +08:00
homepage 'https://dev.mysql.com/downloads/shell/'
2016-12-30 10:13:47 +08:00
2017-04-13 09:45:33 +08:00
pkg "mysql-shell-#{version}-macos10.12-x86-64bit.pkg"
2016-12-30 10:13:47 +08:00
uninstall pkgutil: 'com.mysql.shell'
2017-06-21 09:47:44 +08:00
zap trash: '~/.mysqlsh'
2016-12-30 10:13:47 +08:00
end