Skip to content

Commit

Permalink
AU: 1 updated - vnc-connect
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed May 27, 2024
1 parent 4af2b24 commit edc51c1
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 18 deletions.
8 changes: 4 additions & 4 deletions automatic/vnc-connect/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# download page without login - https://realvnc.com/en/connect/download/vnc/
# download page without login - https://realvnc.com/en/connect/download/vnc/
$ErrorActionPreference = 'Stop'
$packageName = 'vnc-connect'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$bits = Get-ProcessorBits
$extractDir = "$toolsDir\extracted"
$url = 'https://downloads.realvnc.com/download/file/vnc.files/VNC-Server-$env:ChocolateyPackageVersion-Windows-msi.zip'
$checksum = '225A601E9BBE5A1B32892FF6EF96787D19E44F5A8E667138B40BAA6024B2B621'
$url = 'https://downloads.realvnc.com/download/file/vnc.files/VNC-Server-7.11.1-Windows-msi.zip'
$checksum = '2cfeb93441bcdb5cb5ab5452effaf9dcbb56a92076c24472cd681cd5cc467009'
$checksumType = 'sha256'

$packageArgs = @{
Expand Down Expand Up @@ -37,4 +37,4 @@ $packageArgs = @{

Install-ChocolateyInstallPackage @packageArgs

Remove-Item $extractDir -Recurse -Force | Out-Null
Remove-Item $extractDir -Recurse -Force | Out-Null
27 changes: 13 additions & 14 deletions automatic/vnc-connect/vnc-connect.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,17 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>vnc-connect</id>
<version>0.0.0</version>
<version>7.11.1</version>
<title>VNC Server (Install)</title>
<authors>RealVNC Limited.</authors>
<owners>tunisiano</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<licenseUrl>https://www.realvnc.com/legal/</licenseUrl>
<projectUrl>https://www.realvnc.com/products/vnc/</projectUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/bcurran3/ChocolateyPackages/vnc-connect/vnc-connect_icon.png</iconUrl>
<description>---
<description><![CDATA[## VNC Connect (Install)
### [choco://vnc-connect](choco://vnc-connect)
To use choco:// protocol URLs, install [(unofficial) choco:// Protocol support ](https://chocolatey.org/packages/choco-protocol-support)

---


![Screen shot of VNC Connect Viewer](https://cdn.jsdelivr.net/gh/bcurran3/ChocolateyPackages/vnc-connect/vnc-viewer_screenshot.png)
![Screen shot of VNC Connect Viewer](https://cdn.jsdelivr.net/gh/tunisiano187/Chocolatey-packages@c4fa29e2c27cb9c5a6be573f470cfe8553be0cbb/automatic/vnc-connect/vnc-viewer_screenshot.png)
### VNC Connect business benefits
Expand Down Expand Up @@ -63,7 +57,7 @@ Avoid downtime with faster problem identification and resolution
Support business and compliance objectives with audit and security functionality
### Pricing
* HOME = $0
* HOME = PKGDesc
* PROFESSIONAL = $40/year
* ENTERPRISE = $55/year
Expand All @@ -73,13 +67,18 @@ Support business and compliance objectives with audit and security functionality
**CLIENT SOFTARE:**
[Windows Client](https://chocolatey.org/packages/vnc-viewer) | [Android App](http://play.google.com/store/apps/details?id=com.realvnc.viewer.android) | [iOS App](https://itunes.apple.com/us/app/vnc-viewer/id352019548?mt=8) | [Chrome Extension](https://chocolatey.org/packages/vnc-viewer-chrome/1.2.2.15132) | [macOS Client](https://www.realvnc.com/download/viewer/macos/) | [Linux Client](https://www.realvnc.com/download/viewer/linux/)
**[PACKAGE NOTES](https://github.com/bcurran3/ChocolateyPackages/blob/master/vnc-connect/readme.md)**

---
**Click here to [Patreon-ize](https://www.patreon.com/bcurran3) the package maintainer.**
#### [choco://vnc-connect](choco://vnc-connect)
To use choco:// protocol URLs, install [(unofficial) choco:// Protocol support ](https://chocolatey.org/packages/choco-protocol-support)
### Package-specific issue
If this package isn't up-to-date for some days, [Create an issue](https://github.com/tunisiano187/Chocolatey-packages/issues/new/choose)
---</description>
Support the package maintainer and [![Patreon](https://cdn.jsdelivr.net/gh/tunisiano187/Chocolatey-packages@d15c4e19c709e7148588d4523ffc6dd3cd3c7e5e/icons/patreon.png)](https://www.patreon.com/tunisiano)
---
]]></description>
<summary>VNC Connect is the latest version of RealVNC remote control software.</summary>
<releaseNotes>https://www.realvnc.com/docs/desktop-release-notes.html</releaseNotes>
<copyright>Copyright © RealVNC Limited. All rights reserved.</copyright>
Expand Down

0 comments on commit edc51c1

Please sign in to comment.