homebrew-cask/Casks/tigervnc-viewer.rb

12 lines
393 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'tigervnc-viewer' do
version '1.7.0'
sha256 '00c04d83fdb159968bb8cd7869225197b029e9e5dec00d4f51db84a4829cfc60'
2015-01-03 17:08:58 +08:00
# bintray.com/tigervnc was verified as official when first introduced to the cask
url "https://bintray.com/tigervnc/stable/download_file?file_path=TigerVNC-#{version}.dmg"
2015-01-03 17:08:58 +08:00
name 'TigerVNC'
homepage 'http://tigervnc.org/'
app "TigerVNC Viewer #{version}.app"
end