homebrew-cask/Casks/findings.rb

16 lines
515 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'findings' do
2015-12-15 07:16:34 +08:00
version '1.3.1-3058'
sha256 'db31b3d88964d8d350b2e2363df44757793addb6d33b860be5eeb78fddf5d82a'
2015-10-30 01:23:42 +08:00
url "http://downloads.findingsapp.com/Findings_#{version.sub(%r{^.*-},'')}_#{version.sub(%r{-.*$},'')}.zip"
2015-07-11 01:25:17 +08:00
appcast 'http://downloads.findingsapp.com/appcast.xml',
2015-12-15 07:16:34 +08:00
:sha256 => '087ce7e1a689cd5e9238bbbb065766793aab4dbbd4c942436ab267467a9d49a5'
2015-01-10 05:42:14 +08:00
name 'Findings'
2014-05-20 22:31:55 +08:00
homepage 'http://findingsapp.com'
2015-07-11 01:25:17 +08:00
license :freemium
depends_on :macos => '>= :mavericks'
2014-09-16 00:05:34 +08:00
app 'Findings.app'
2014-05-20 22:31:55 +08:00
end