File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
<package xmlns =" http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd" >
3
3
<metadata >
4
4
<id >themekit</id >
5
- <version >1.3.1 </version >
5
+ <version >1.3.2 </version >
6
6
<packageSourceUrl >https://github.com/Shopify/themekit/blob/main/choco</packageSourceUrl >
7
7
<owners >Shopify</owners >
8
8
<title >Shopify Themekit</title >
Original file line number Diff line number Diff line change 2
2
$toolsDir = " $ ( Split-Path - parent $MyInvocation.MyCommand.Definition ) "
3
3
$packageName = $env: ChocolateyPackageName
4
4
$file = " $ ( $toolsDir ) \theme.exe"
5
- $version = " v1.3.1 "
5
+ $version = " v1.3.2 "
6
6
$url = " https://shopify-themekit.s3.amazonaws.com/$ ( $version ) /windows-386/theme.exe"
7
7
$url64 = " https://shopify-themekit.s3.amazonaws.com/$ ( $version ) /windows-amd64/theme.exe"
8
- $checksum = ' 3A75C7D3C25DD09F9701EB25522429B3 '
9
- $checksum64 = ' 38C357C696C560758CE9FA35C0447D8F '
8
+ $checksum = ' d5777417bda8cf086c4103dd50891fc8 '
9
+ $checksum64 = ' b569ccf03d2e9c358a8f58744f9b265e '
10
10
$validExitCodes = @ (0 )
11
11
12
12
Get-ChocolateyWebFile `
You can’t perform that action at this time.
0 commit comments