Skip to content

Commit

Permalink
Update to TurboVNC 3.1.1 (#273)
Browse files Browse the repository at this point in the history
  • Loading branch information
treydock authored Apr 25, 2024
1 parent 431bbe8 commit 76964b3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/ood_packaging/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ module OodPackaging
'default' => '3.1.0'
},
'python-websockify' => '0.11.0',
'turbovnc' => '3.1'
'turbovnc' => '3.1.1'
}.freeze

def self.package_version(package, dist)
Expand Down
2 changes: 1 addition & 1 deletion packages/turbovnc/rpm/turbovnc.spec
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Version: %{package_version}
Release: %{package_release}%{?dist}
Vendor: The VirtualGL Project
URL: http://www.TurboVNC.org
Source0: http://prdownloads.sourceforge.net/turbovnc/turbovnc-%{version}.tar.gz
Source0: https://github.com/TurboVNC/turbovnc/releases/download/%{version}/turbovnc-%{version}.tar.gz
License: GPL
Group: User Interface/Desktops
Requires: bash >= 2.0
Expand Down
2 changes: 1 addition & 1 deletion release-manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,4 @@ turbovnc:
- turbovnc-debuginfo
- turbovnc-debugsource
versions:
- 3.1-1
- 3.1.1-1

0 comments on commit 76964b3

Please sign in to comment.