From c552d3c954629df40ac4c7d143b046456128406b Mon Sep 17 00:00:00 2001 From: Gonzalo Riestra Date: Mon, 18 Mar 2024 16:12:01 +0100 Subject: [PATCH] Update Chocolatey --- choco/themekit.nuspec | 2 +- choco/tools/chocolateyinstall.ps1 | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/choco/themekit.nuspec b/choco/themekit.nuspec index bc043c07..a9648936 100644 --- a/choco/themekit.nuspec +++ b/choco/themekit.nuspec @@ -2,7 +2,7 @@ themekit - 1.3.1 + 1.3.2 https://github.com/Shopify/themekit/blob/main/choco Shopify Shopify Themekit diff --git a/choco/tools/chocolateyinstall.ps1 b/choco/tools/chocolateyinstall.ps1 index 084a79e3..28786d78 100644 --- a/choco/tools/chocolateyinstall.ps1 +++ b/choco/tools/chocolateyinstall.ps1 @@ -2,11 +2,11 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" $packageName = $env:ChocolateyPackageName $file = "$($toolsDir)\theme.exe" -$version = "v1.3.1" +$version = "v1.3.2" $url = "https://shopify-themekit.s3.amazonaws.com/$($version)/windows-386/theme.exe" $url64 = "https://shopify-themekit.s3.amazonaws.com/$($version)/windows-amd64/theme.exe" -$checksum = '3A75C7D3C25DD09F9701EB25522429B3' -$checksum64 = '38C357C696C560758CE9FA35C0447D8F' +$checksum = 'd5777417bda8cf086c4103dd50891fc8' +$checksum64 = 'b569ccf03d2e9c358a8f58744f9b265e' $validExitCodes = @(0) Get-ChocolateyWebFile `