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
2018-08-06 19:34:15 +08:00
version '8.0.12'
sha256 '7e4f01f4f5c9f4567b2eafa6ffefe502096be89e4cdfb9952e6d379be8fffe7f'
2016-12-30 10:13:47 +08:00
url "https://dev.mysql.com/get/Downloads/MySQL-Shell/mysql-shell-#{version}-macos10.13-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
pkg "mysql-shell-#{version}-macos10.13-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