tiger-vnc 1.13.0

* tiger-vnc 1.13.0
* tiger-vnc: update test

Closes #122311.

Signed-off-by: Michka Popoff <3406519+iMichka@users.noreply.github.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
master
Rui Chen 2023-02-04 22:41:17 +01:00 committed by BrewTestBot
parent 85cce584d7
commit 22357e44b3
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
1 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
class TigerVnc < Formula
desc "High-performance, platform-neutral implementation of VNC"
homepage "https://tigervnc.org/"
url "https://github.com/TigerVNC/tigervnc/archive/v1.12.0.tar.gz"
sha256 "9ff3f3948f2a4e8cc06ee598ee4b1096beb62094c13e0b1462bff78587bed789"
url "https://github.com/TigerVNC/tigervnc/archive/v1.13.0.tar.gz"
sha256 "770e272f5fcd265a7c518f9a38b3bece1cf91e0f4e5e8d01f095b5e58c6f9c40"
license "GPL-2.0-or-later"
# Tags with a 90+ patch are unstable (e.g., the 1.9.90 tag is used for the
@ -58,6 +58,6 @@ class TigerVnc < Formula
test do
output = shell_output("#{bin}/vncviewer -h 2>&1", 1)
assert_match "TigerVNC Viewer 64-bit v#{version}", output
assert_match "TigerVNC Viewer v#{version}", output
end
end