Compare commits
2 Commits
3a7dcee588
...
d43af27e08
Author | SHA1 | Date | |
---|---|---|---|
d43af27e08 | |||
790d47a66b |
@ -2,8 +2,8 @@ $packageArgs = @{
|
|||||||
packageName = $env:ChocolateyPackageName
|
packageName = $env:ChocolateyPackageName
|
||||||
FileType = 'exe'
|
FileType = 'exe'
|
||||||
SilentArgs = '/S'
|
SilentArgs = '/S'
|
||||||
File64 = '\\ucs\software\VCarveProMakerspaceEditionV12004_Setup.exe'
|
File64 = '\\ucs\software\VCarveProMakerspaceEditionV12009_Setup.exe'
|
||||||
Checksum64 = 'f590a7a77cb592ef2c0d47a1162179e066c288c3e93e5be81a0a4f5c0ef7f25f'
|
Checksum64 = '7e87216cf9bfa025eeaaee35f78b8ddaf5444e71098f7780eb8787df871864a3'
|
||||||
ChecksumType64 = 'sha256'
|
ChecksumType64 = 'sha256'
|
||||||
ValidExitCodes = @(0, 1223)
|
ValidExitCodes = @(0, 1223)
|
||||||
}
|
}
|
||||||
|
@ -8,7 +8,7 @@ major_version=$(awk -F. -v RS='\r\n' '{print $1"."$2}' <<< $version)
|
|||||||
minor_version=$(awk -F. -v RS='\r\n' '{print $3"."$4}' <<< $version)
|
minor_version=$(awk -F. -v RS='\r\n' '{print $3"."$4}' <<< $version)
|
||||||
checksum=$(sha256sum $file | awk '{print $1}')
|
checksum=$(sha256sum $file | awk '{print $1}')
|
||||||
|
|
||||||
if [ "$major_version" != "11.0" ]
|
if [ "$major_version" != "12.0" ]
|
||||||
then
|
then
|
||||||
echo "Major version update! This probably won't really work well."
|
echo "Major version update! This probably won't really work well."
|
||||||
exit 1
|
exit 1
|
||||||
|
@ -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-12.0</id>
|
<id>vcarve-pro-makerspace-12.0</id>
|
||||||
<version>0.4</version>
|
<version>0.9</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>
|
Loading…
Reference in New Issue
Block a user