homebrew-cask/Casks/azure-cli.rb

17 lines
556 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'azure-cli' do
2016-04-27 07:25:01 +08:00
version '0.9.20'
sha256 '2fdb64650709dae1c4aa0fe1493dc46aed43f45fb0ac88824e24f1203c16fabc'
2016-02-12 01:22:31 +08:00
# azuresdkscu.blob.core.windows.net was verified as official when first introduced to the cask
url "https://azuresdkscu.blob.core.windows.net/downloads04/azure-cli.#{version}.dmg"
2015-08-13 00:40:42 +08:00
name 'Microsoft Azure CLI'
homepage 'https://azure.microsoft.com/en-us/documentation/articles/xplat-cli/'
license :apache
pkg 'Install Command Line Interface.pkg'
uninstall script: '/usr/local/bin/azure-uninstall'
zap delete: '~/.azure'
end