homebrew-cask/Casks/findings.rb

12 lines
252 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'
2014-05-20 22:31:55 +08:00
homepage 'http://findingsapp.com'
2014-10-01 23:32:52 +08:00
license :unknown
2014-09-16 00:05:34 +08:00
app 'Findings.app'
2014-05-20 22:31:55 +08:00
end