From bce575e8fd391b11e762f5e20bbc30696a060730 Mon Sep 17 00:00:00 2001 From: mikecole Date: Thu, 24 Oct 2024 01:07:00 +0000 Subject: [PATCH] AU: 1 updated - microsoftazurestorageexplorer [skip ci] https://gist.github.com/mikecole/fc383d2a7d15fa7825ca98990d04357a/1d9e39b16e59b7d5f3dfebc179264be05f7f3c13 --- .../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 77578c6d6..6953ac49b 100644 --- a/automatic/microsoftazurestorageexplorer/microsoftazurestorageexplorer.nuspec +++ b/automatic/microsoftazurestorageexplorer/microsoftazurestorageexplorer.nuspec @@ -3,7 +3,7 @@ microsoftazurestorageexplorer - 1.36.0 + 1.36.1 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 1b27f28b4..6eb85aa20 100644 --- a/automatic/microsoftazurestorageexplorer/tools/chocolateyInstall.ps1 +++ b/automatic/microsoftazurestorageexplorer/tools/chocolateyInstall.ps1 @@ -1,6 +1,6 @@ $ErrorActionPreference = 'Stop' -$checksum = 'ca63ae67c56031b6c80e42a64b331096910410ce0d7d97bce9abde9b332722d7' -$url = 'https://github.com/microsoft/AzureStorageExplorer/releases/download/v1.36.0/StorageExplorer-windows-x64.exe' +$checksum = 'b62c2344de6f406bc381f838b11acc03422cb984d07a1192b8f86336995af378' +$url = 'https://github.com/microsoft/AzureStorageExplorer/releases/download/v1.36.1/StorageExplorer-windows-x64.exe' $packageArgs = @{ packageName = 'microsoftazurestorageexplorer'