From 28d3ebb4c1c7f9320f631b690756e79e3dd1a844 Mon Sep 17 00:00:00 2001 From: mikecole Date: Mon, 14 Oct 2024 22:06:55 +0000 Subject: [PATCH] AU: 1 updated - microsoftazurestorageexplorer [skip ci] https://gist.github.com/mikecole/fc383d2a7d15fa7825ca98990d04357a/13eac1da0e40a0ce0f26ac6189a40bbe7a19e60c --- .../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 2598b97f7..77578c6d6 100644 --- a/automatic/microsoftazurestorageexplorer/microsoftazurestorageexplorer.nuspec +++ b/automatic/microsoftazurestorageexplorer/microsoftazurestorageexplorer.nuspec @@ -3,7 +3,7 @@ microsoftazurestorageexplorer - 1.35.0 + 1.36.0 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 dc660d357..1b27f28b4 100644 --- a/automatic/microsoftazurestorageexplorer/tools/chocolateyInstall.ps1 +++ b/automatic/microsoftazurestorageexplorer/tools/chocolateyInstall.ps1 @@ -1,6 +1,6 @@ $ErrorActionPreference = 'Stop' -$checksum = 'ff31165449e4ca13040e0bd2ab88433db945f73bcd64782b1e537bd933c6b3c5' -$url = 'https://github.com/microsoft/AzureStorageExplorer/releases/download/v1.35.0/StorageExplorer-windows-x64.exe' +$checksum = 'ca63ae67c56031b6c80e42a64b331096910410ce0d7d97bce9abde9b332722d7' +$url = 'https://github.com/microsoft/AzureStorageExplorer/releases/download/v1.36.0/StorageExplorer-windows-x64.exe' $packageArgs = @{ packageName = 'microsoftazurestorageexplorer'