Bump VCarve Pro Trial 10.5 to version 0.8

This commit is contained in:
Adam Goldsmith 2020-12-15 20:48:29 -05:00
parent bf7f9c79a5
commit 643586b7ec
2 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@ $packageArgs = @{
packageName = $env:ChocolateyPackageName
FileType = 'exe'
SilentArgs = '/S'
Url64 = '\\ucs\software\VCarveProTrialEditionV10505_Setup.exe'
Checksum64 = '28491b876f541c4c0f3dc9056139820ec43ba4e703f0cf2bd575d059a946a84f'
Url64 = '\\ucs\software\VCarveProTrialEdition_SetupV10.5.0.8.exe'
Checksum64 = 'a143a2eeed327e6f062e4261cd2c44c1932238bc4bc95619a684ccbc32222ab8'
ChecksumType64 = 'sha256'
ValidExitCodes = @(0, 1223)
}

View File

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