cut v0.52.1
[Homebrew/homebrew-cask-versions.git] / Casks / azure-cli.rb
blob22adbacffcaeca42bc327cd1f62a25a0da287ab0
1 cask :v1 => 'azure-cli' do
2   version :latest
3   sha256 :no_check
5   url 'http://go.microsoft.com/fwlink/?linkid=252249&clcid=0x409'
6   name 'Microsoft Azure SDK'
7   homepage 'http://azure.microsoft.com/en-us/documentation/articles/command-line-tools/'
8   license :gratis
9   tags :vendor => 'Microsoft'
11   pkg 'Install Command Line Interface.pkg'
13   uninstall :script => '/usr/local/bin/azure-uninstall',
14             :pkgutil => 'com.microsoft.azure.*'
15 end