homebrew-cask/Casks/findings.rb

13 lines
273 B
Ruby
Raw Normal View History

2014-11-14 01:25:50 +08:00
cask :v1 => 'findings' do
2014-09-17 19:42:44 +08:00
version :latest
sha256 :no_check
2014-06-11 04:45:48 +08:00
url 'http://downloads.findingsapp.com/findings'
2014-06-03 01:38:03 +08:00
appcast 'http://downloads.findingsapp.com/appcast.xml'
2015-01-10 05:42:14 +08:00
name 'Findings'
2014-05-20 22:31:55 +08:00
homepage 'http://findingsapp.com'
2015-04-21 08:52:59 +08:00
license :commercial
2014-09-16 00:05:34 +08:00
app 'Findings.app'
2014-05-20 22:31:55 +08:00
end