Skip to content

Commit

Permalink
AU: 1 updated - ultravnc
Browse files Browse the repository at this point in the history
  • Loading branch information
mkevenaar committed Mar 5, 2022
1 parent 8d57b6d commit 3f81b57
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions automatic/ultravnc/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ The installer have been downloaded from their official download link listed on <
and can be verified like this:

1. Download the following installers:
32-Bit: <https://www.uvnc.eu/download/1360/UltraVNC_1_3_60_X86_Setup.exe>
64-Bit: <https://www.uvnc.eu/download/1360/UltraVNC_1_3_60_X64_Setup.exe>
32-Bit: <https://www.uvnc.eu/download/1380/UltraVNC_1_3_80_X86_Setup.exe>
64-Bit: <https://www.uvnc.eu/download/1380/UltraVNC_1_3_80_X64_Setup.exe>
2. You can use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha256
checksum32: 8EE4DE37F987055413BB29517C4C0260AE15E438E0F1B125A316C97798840F0C
checksum64: EE3E3671CC738D7319A04F8BCFAA8B978D7E672D189A4E5BDA92246379326BC6
checksum32: 8D59FEFE9F5AA59F5000E347A080DA53F7D6A7E80DB0EBD6EEB82DB6D3FCFF89
checksum64: 2101100B1A13E35EAFCE41DE227E6C777D644499EFAF37FC136B8B5490CA3878

File 'LICENSE.txt' is obtained from <https://github.com/ultravnc/UltraVNC/blob/main/LICENSE>
This is the official GPL License as shown here <https://www.uvnc.com/downloads/ultravnc/128-download-ultravnc-1230.html>
4 changes: 2 additions & 2 deletions automatic/ultravnc/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
file = "$toolsDir\UltraVNC_1_3_60_X86_Setup.exe"
file64 = "$toolsDir\UltraVNC_1_3_60_X64_Setup.exe"
file = "$toolsDir\UltraVNC_1_3_80_X86_Setup.exe"
file64 = "$toolsDir\UltraVNC_1_3_80_X64_Setup.exe"
softwareName = 'UltraVnc*'
silentArgs = '/VERYSILENT /NORESTART /RESTARTEXITCODE=3010 /SP- /SUPPRESSMSGBOXES /CLOSEAPPLICATIONS /FORCECLOSEAPPLICATIONS'
validExitCodes= @(0,3010)
Expand Down
2 changes: 1 addition & 1 deletion automatic/ultravnc/ultravnc.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<!-- version should MATCH as closely as possible with the underlying software -->
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
<!-- Note that unstable versions like 0.0.1 can be considered a released version, but it's possible that one can release a 0.0.1-beta before you release a 0.0.1 version. If the version number is final, that is considered a released version and not a prerelease. -->
<version>1.3600</version>
<version>1.3800</version>
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
<owners>Maurice Kevenaar</owners>
<!-- ============================== -->
Expand Down

0 comments on commit 3f81b57

Please sign in to comment.