Skip to content

Commit 7466bf5

Browse files
Merge pull request #1011 from Shopify/update-chocolatey
Update Chocolatey
2 parents 92b734b + c552d3c commit 7466bf5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

choco/themekit.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
33
<metadata>
44
<id>themekit</id>
5-
<version>1.3.1</version>
5+
<version>1.3.2</version>
66
<packageSourceUrl>https://github.com/Shopify/themekit/blob/main/choco</packageSourceUrl>
77
<owners>Shopify</owners>
88
<title>Shopify Themekit</title>

choco/tools/chocolateyinstall.ps1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
33
$packageName = $env:ChocolateyPackageName
44
$file = "$($toolsDir)\theme.exe"
5-
$version = "v1.3.1"
5+
$version = "v1.3.2"
66
$url = "https://shopify-themekit.s3.amazonaws.com/$($version)/windows-386/theme.exe"
77
$url64 = "https://shopify-themekit.s3.amazonaws.com/$($version)/windows-amd64/theme.exe"
8-
$checksum = '3A75C7D3C25DD09F9701EB25522429B3'
9-
$checksum64 = '38C357C696C560758CE9FA35C0447D8F'
8+
$checksum = 'd5777417bda8cf086c4103dd50891fc8'
9+
$checksum64 = 'b569ccf03d2e9c358a8f58744f9b265e'
1010
$validExitCodes = @(0)
1111

1212
Get-ChocolateyWebFile `

0 commit comments

Comments
 (0)