Update VCarve Pro Trial and Makerspace edition versions

This commit is contained in:
Adam Goldsmith 2020-09-13 18:28:32 -04:00
parent aa396eec6d
commit 88d712a838
4 changed files with 6 additions and 6 deletions

View File

@ -1,8 +1,8 @@
$packageName = 'vcarve-pro-makerspace'
$installerType = 'exe'
$silentArgs = '/S'
$url64 = '\\ucs\software\VCarveProMakerspaceEditionV10019_Setup.exe'
$checksum64 = '57a3dc5731ab5359c09fc4dbc9da9904c50e688d669ea5e609753ea2f0732c50'
$url64 = '\\ucs\software\VCarveProMakerspaceEditionV10507_Setup.exe'
$checksum64 = '553c1ecc51d41314a44016b4183c80f43cbe88ae61292f7e43048bce414db686'
$checksumType64 = 'sha256'
$validExitCodes = @(0,1223)
Install-ChocolateyPackage -PackageName $packageName `

View File

@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>vcarve-pro-makerspace</id>
<version>10.0.1.9</version>
<version>10.5.0.7</version>
<title>VCarve Pro Makerspace Edition</title>
<authors>Vectric Ltd</authors>
<owners>Adam</owners>

View File

@ -1,8 +1,8 @@
$packageName = 'vcarve-pro-trial'
$installerType = 'exe'
$silentArgs = '/S'
$url64 = '\\ucs\software\VCarveProTrialEditionV10019_Setup.exe'
$checksum64 = '8808a23df0915ee48435b8eda6bbcdef2db4bf42b1626ed630d65b32c796dc5e'
$url64 = '\\ucs\software\VCarveProTrialEditionV10505_Setup.exe'
$checksum64 = '28491b876f541c4c0f3dc9056139820ec43ba4e703f0cf2bd575d059a946a84f'
$checksumType64 = 'sha256'
$validExitCodes = @(0,1223)
Install-ChocolateyPackage -PackageName $packageName `

View File

@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>vcarve-pro-trial</id>
<version>10.0.1.9</version>
<version>10.5.0.5</version>
<title>VCarve Pro Trial</title>
<authors>Vectric Ltd</authors>
<owners>Adam</owners>