From 39a629b7df2ab17dcb9bb70f33971f0ef0105d93 Mon Sep 17 00:00:00 2001 From: mikecole Date: Tue, 29 Oct 2024 23:07:24 +0000 Subject: [PATCH] AU: 1 updated - microsoftazurestorageexplorer [skip ci] https://gist.github.com/mikecole/fc383d2a7d15fa7825ca98990d04357a/12d3467afa73972657331687ecbd1227cbd537e5 --- .../microsoftazurestorageexplorer.nuspec | 2 +- .../microsoftazurestorageexplorer/tools/chocolateyInstall.ps1 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/automatic/microsoftazurestorageexplorer/microsoftazurestorageexplorer.nuspec b/automatic/microsoftazurestorageexplorer/microsoftazurestorageexplorer.nuspec index 6953ac49b..7ff294eb1 100644 --- a/automatic/microsoftazurestorageexplorer/microsoftazurestorageexplorer.nuspec +++ b/automatic/microsoftazurestorageexplorer/microsoftazurestorageexplorer.nuspec @@ -3,7 +3,7 @@ microsoftazurestorageexplorer - 1.36.1 + 1.36.2 https://github.com/mikecole/chocolatey-packages Mike Cole Microsoft Azure Storage Explorer diff --git a/automatic/microsoftazurestorageexplorer/tools/chocolateyInstall.ps1 b/automatic/microsoftazurestorageexplorer/tools/chocolateyInstall.ps1 index 6eb85aa20..6d79cc305 100644 --- a/automatic/microsoftazurestorageexplorer/tools/chocolateyInstall.ps1 +++ b/automatic/microsoftazurestorageexplorer/tools/chocolateyInstall.ps1 @@ -1,6 +1,6 @@ $ErrorActionPreference = 'Stop' -$checksum = 'b62c2344de6f406bc381f838b11acc03422cb984d07a1192b8f86336995af378' -$url = 'https://github.com/microsoft/AzureStorageExplorer/releases/download/v1.36.1/StorageExplorer-windows-x64.exe' +$checksum = '8776a0e33d8ff04a9bbf94df991f022e826f83f7e663364219001dd78bf4faf6' +$url = 'https://github.com/microsoft/AzureStorageExplorer/releases/download/v1.36.2/StorageExplorer-windows-x64.exe' $packageArgs = @{ packageName = 'microsoftazurestorageexplorer'