homebrew-cask/Casks/tigervnc-viewer.rb

14 lines
546 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'tigervnc-viewer' do
version '1.8.0'
sha256 'fdff189c864788a174066da081e9bd8991628df46a3a2b69bd7c593d3e62d426'
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"
appcast 'https://github.com/TigerVNC/tigervnc/releases.atom',
checkpoint: '71af12586886fea31bc8134ab5083bbbaa594aa5e0a88079c8b739d667cc1125'
2015-01-03 17:08:58 +08:00
name 'TigerVNC'
homepage 'http://tigervnc.org/'
app "TigerVNC Viewer #{version}.app"
end