diff --git a/choco/themekit.nuspec b/choco/themekit.nuspec index ad27bae7..e8b13395 100644 --- a/choco/themekit.nuspec +++ b/choco/themekit.nuspec @@ -2,17 +2,17 @@ themekit - 1.2.0 + 1.3.1 https://github.com/Shopify/themekit/blob/master/choco Shopify Shopify Themekit Tim Anema - https://shopify.github.io/themekit/ - https://shopify.github.io/themekit/choco_assets/shopify-logo.png + https://shopify.dev/themes/tools/theme-kit/ + https://cdn.shopifycdn.net/static/images/logos/shopify-bag.png Shopify 2019 https://github.com/Shopify/themekit/blob/master/LICENSE https://github.com/Shopify/themekit - https://shopify.dev/tools/theme-kit + https://shopify.dev/themes/tools/theme-kit/ https://github.com/Shopify/themekit/issues themekit shopify Theme Kit is a command line tool for shopify themes. diff --git a/choco/tools/chocolateyinstall.ps1 b/choco/tools/chocolateyinstall.ps1 index d0f274bc..bf012ce3 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.2.0" +$version = "v1.3.1" $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 = '827727f12600cdc8f248029c36486d43' -$checksum64 = '7e407fe95e4124d1b3e99b66799f3fd9' +$checksum = '20292407e05210e43dd2a4ee0e660321' +$checksum64 = '8541545ada519c5a9f780b7eb05b5c02' $validExitCodes = @(0) Get-ChocolateyWebFile `