Update Vcarve Pro trial/makerspace 11.0 to 1.6

This commit is contained in:
Adam Goldsmith 2022-08-10 13:52:39 -04:00
parent 98f41c556b
commit 8be771877f
4 changed files with 6 additions and 6 deletions

View File

@ -2,8 +2,8 @@ $packageArgs = @{
packageName = $env:ChocolateyPackageName packageName = $env:ChocolateyPackageName
FileType = 'exe' FileType = 'exe'
SilentArgs = '/S' SilentArgs = '/S'
File64 = '\\ucs\software\VCarveProMakerspaceEditionV11015_Setup.exe' File64 = '\\ucs\software\VCarveProMakerspaceEditionV11016_Setup.exe'
Checksum64 = '8f7476e8f68f00d07335ffef4369f3dce827ceb236ace1f8211137fb9542ba99' Checksum64 = '5397227121f62c7f338e68d27f18a3c11d3c5aa54440922c73dbdf6fd9ddc4f5'
ChecksumType64 = 'sha256' ChecksumType64 = 'sha256'
ValidExitCodes = @(0, 1223) ValidExitCodes = @(0, 1223)
} }

View File

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

View File

@ -2,8 +2,8 @@ $packageArgs = @{
packageName = $env:ChocolateyPackageName packageName = $env:ChocolateyPackageName
FileType = 'exe' FileType = 'exe'
SilentArgs = '/S' SilentArgs = '/S'
File64 = '\\ucs\software\VCarveProTrialEditionV11015_Setup.exe' File64 = '\\ucs\software\VCarveProTrialEditionV11016_Setup.exe'
Checksum64 = '1088a6b21d6df5edecc7ac2a67b3866be5faf3c600c561404ebfe448a16bbc31' Checksum64 = '86d2f570d4238b1c930021aae52e4f6d63e9d24cad8ade1044369595411cbfa8'
ChecksumType64 = 'sha256' ChecksumType64 = 'sha256'
ValidExitCodes = @(0, 1223) ValidExitCodes = @(0, 1223)
} }

View File

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