homebrew-cask/Casks/qrfcview.rb

13 lines
414 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'qrfcview' do
2014-07-23 18:01:01 +08:00
version '20121106'
sha256 '925cc6afc143f234a32e2f088cf3e4de6357e196edd38df30bc3f9b34074dccc'
2016-02-11 06:20:30 +08:00
# github.com/downloads/saghul/qrfcview-osx was verified as official when first introduced to the cask
2014-09-26 22:58:33 +08:00
url "https://github.com/downloads/saghul/qrfcview-osx/qRFCView-#{version}-1.dmg"
2015-04-23 05:25:41 +08:00
name 'qRFCView'
2014-07-23 18:01:01 +08:00
homepage 'https://saghul.github.io/qrfcview-osx'
license :gpl
2014-07-23 18:01:01 +08:00
2014-09-16 00:06:12 +08:00
app 'qRFCView.app'
2014-07-23 18:01:01 +08:00
end