Skip to content

Commit

Permalink
Update chocolatey files
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzaloriestra committed Dec 12, 2022
1 parent 23f424e commit 281f581
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions choco/themekit.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>themekit</id>
<version>1.2.0</version>
<version>1.3.1</version>
<packageSourceUrl>https://github.com/Shopify/themekit/blob/master/choco</packageSourceUrl>
<owners>Shopify</owners>
<title>Shopify Themekit</title>
<authors>Tim Anema</authors>
<projectUrl>https://shopify.github.io/themekit/</projectUrl>
<iconUrl>https://shopify.github.io/themekit/choco_assets/shopify-logo.png</iconUrl>
<projectUrl>https://shopify.dev/themes/tools/theme-kit/</projectUrl>
<iconUrl>https://cdn.shopifycdn.net/static/images/logos/shopify-bag.png</iconUrl>
<copyright>Shopify 2019</copyright>
<licenseUrl>https://github.com/Shopify/themekit/blob/master/LICENSE</licenseUrl>
<projectSourceUrl>https://github.com/Shopify/themekit</projectSourceUrl>
<docsUrl>https://shopify.dev/tools/theme-kit</docsUrl>
<docsUrl>https://shopify.dev/themes/tools/theme-kit/</docsUrl>
<bugTrackerUrl>https://github.com/Shopify/themekit/issues</bugTrackerUrl>
<tags>themekit shopify</tags>
<summary>Theme Kit is a command line tool for shopify themes.</summary>
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.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 `
Expand Down

0 comments on commit 281f581

Please sign in to comment.