Bump VCarve Pro Makerspace Edition 10.5 to version 1.4

This commit is contained in:
Adam Goldsmith 2021-04-23 00:14:02 -04:00
parent 59d19e5c4c
commit 76bf66c1ad
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\VCarveProMakerspaceEditionV10512_Setup.exe'
Checksum64 = 'c4da2b7754c98f3d5121ae39dde4c1f32207c7b8a669e8f26783853d6ca470c7'
Url64 = '\\ucs\software\VCarveProMakerspaceEditionV10514_Setup.exe'
Checksum64 = 'b34663ad2f7a0684294949641eabc456e2e844da00ea3e741411d5eafae943b6'
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-makerspace-10.5</id>
<version>1.2</version>
<version>1.4</version>
<title>VCarve Pro Makerspace Edition</title>
<authors>Vectric Ltd</authors>
<owners>Adam</owners>