Update references to version 6.2.100
This commit is contained in:
parent
311c87747e
commit
baf4edc79e
@ -2,13 +2,13 @@
|
|||||||
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
|
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
|
||||||
<metadata>
|
<metadata>
|
||||||
<id>cricutdesignspace</id>
|
<id>cricutdesignspace</id>
|
||||||
<version>5.6.19</version>
|
<version>6.2.100</version>
|
||||||
<owners>stevenpickles</owners>
|
<owners>stevenpickles</owners>
|
||||||
<title>CricutDesignSpace (Install)</title>
|
<title>CricutDesignSpace (Install)</title>
|
||||||
<authors>Cricut</authors>
|
<authors>Cricut</authors>
|
||||||
<projectUrl>https://design.cricut.com/</projectUrl>
|
<projectUrl>https://design.cricut.com/</projectUrl>
|
||||||
<iconUrl>https://is5-ssl.mzstatic.com/image/thumb/Purple114/v4/2d/e1/51/2de1511b-f8ad-320c-77d9-e809e1d65928/AppIcon-0-0-1x_U007emarketing-0-0-0-9-0-0-sRGB-0-0-0-GLES2_U002c0-512MB-85-220-0-0.png/246x0w.png</iconUrl>
|
<iconUrl>https://is5-ssl.mzstatic.com/image/thumb/Purple114/v4/2d/e1/51/2de1511b-f8ad-320c-77d9-e809e1d65928/AppIcon-0-0-1x_U007emarketing-0-0-0-9-0-0-sRGB-0-0-0-GLES2_U002c0-512MB-85-220-0-0.png/246x0w.png</iconUrl>
|
||||||
<copyright>2020 Cricut, Inc.</copyright>
|
<copyright>2021 Cricut, Inc.</copyright>
|
||||||
<licenseUrl>https://us.cricut.com/legal</licenseUrl>
|
<licenseUrl>https://us.cricut.com/legal</licenseUrl>
|
||||||
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||||||
<!-- Since Cricut Design Space is closed source there is no projectSourceUrl to link -->
|
<!-- Since Cricut Design Space is closed source there is no projectSourceUrl to link -->
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
$ErrorActionPreference = 'Stop';
|
$ErrorActionPreference = 'Stop';
|
||||||
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
|
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
|
||||||
$url = 'https://staticcontent.cricut.com/a/software/win32-native/Cricut%20Design%20Space%20Install%20v5.6.19.exe'
|
$url = 'https://staticcontent.cricut.com/a/software/win32-native/Cricut%20Design%20Space%20Install%20v6.2.100.exe'
|
||||||
|
|
||||||
$packageArgs = @{
|
$packageArgs = @{
|
||||||
packageName = $env:ChocolateyPackageName
|
packageName = $env:ChocolateyPackageName
|
||||||
@ -11,7 +11,7 @@ $packageArgs = @{
|
|||||||
|
|
||||||
softwareName = 'cricutdesignspace*'
|
softwareName = 'cricutdesignspace*'
|
||||||
|
|
||||||
checksum = 'E9096A6E69A46AE816075392B722436237811A48E570C5007C9822B7C31B2753'
|
checksum = '04DC285D4CED444E0D01AACEC88E59677315E6CCC0C31A8755297ECCF16D67CF'
|
||||||
checksumType = 'sha256'
|
checksumType = 'sha256'
|
||||||
|
|
||||||
silentArgs = '/S'
|
silentArgs = '/S'
|
||||||
|
Loading…
Reference in New Issue
Block a user