homebrew-cask/Casks/mysql-shell.rb

15 lines
423 B
Ruby
Raw Normal View History

2016-12-30 10:13:47 +08:00
cask 'mysql-shell' do
2017-07-28 18:07:17 +08:00
version '1.0.10'
sha256 'e9089ee384b4f9de1c2566043b232db2e4fdb8e9a722e24ef1b6dbf2e3e76344'
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