Skip to content

Commit

Permalink
Merge pull request #1011 from Shopify/update-chocolatey
Browse files Browse the repository at this point in the history
Update Chocolatey
  • Loading branch information
gonzaloriestra authored Mar 19, 2024
2 parents 92b734b + c552d3c commit 7466bf5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion choco/themekit.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>themekit</id>
<version>1.3.1</version>
<version>1.3.2</version>
<packageSourceUrl>https://github.com/Shopify/themekit/blob/main/choco</packageSourceUrl>
<owners>Shopify</owners>
<title>Shopify Themekit</title>
Expand Down
6 changes: 3 additions & 3 deletions choco/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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 `
Expand Down

0 comments on commit 7466bf5

Please sign in to comment.