From b095204fab39ca933457f073142ca3a586d81a86 Mon Sep 17 00:00:00 2001 From: Johan Olsson Date: Fri, 19 Oct 2018 16:48:05 +0200 Subject: [PATCH] Update microsoft-azure-storage-explorer to latest (#53783) * Update microsoft-azure-storage-explorer to latest * Update microsoft-azure-storage-explorer.rb --- Casks/microsoft-azure-storage-explorer.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/microsoft-azure-storage-explorer.rb b/Casks/microsoft-azure-storage-explorer.rb index 97a74dbc73d..e02997e1bbd 100644 --- a/Casks/microsoft-azure-storage-explorer.rb +++ b/Casks/microsoft-azure-storage-explorer.rb @@ -2,11 +2,9 @@ cask 'microsoft-azure-storage-explorer' do version :latest sha256 :no_check - url 'https://download.microsoft.com/download/A/E/3/AE32C485-B62B-4437-92F7-8B6B2C48CB40/StorageExplorer-signed.zip' + url 'https://download.microsoft.com/download/A/E/3/AE32C485-B62B-4437-92F7-8B6B2C48CB40/StorageExplorer_signed.zip' name 'Microsoft Azure Storage Explorer' homepage 'https://azure.microsoft.com/en-us/features/storage-explorer/' - pkg 'Microsoft Azure Storage Explorer.pkg' - - uninstall pkgutil: 'com.microsoft.StorageExplorer.*' + app 'MicrosoftAzureStorageExplorer/Microsoft Azure Storage Explorer.app' end