homebrew-cask/Casks/concentrate.rb

16 lines
645 B
Ruby
Raw Normal View History

2014-11-14 01:25:37 +08:00
cask :v1 => 'concentrate' do
version '1.2.2'
sha256 '16e9ad16b915b98460a66553d1ec8eef20fece7d53ae50701b6e3ac048aba47e'
2014-09-26 20:08:50 +08:00
url "http://www.getconcentrating.com/builds/concentrate.#{version}.zip"
2014-10-15 23:43:48 +08:00
appcast 'http://getconcentrating.com/concentrate_appcast.xml',
:sha256 => 'bf33826f30bdc3002eda3ca0e67965541901c24083f0f213a5df4ba697062b88'
2015-01-06 10:44:30 +08:00
name 'Concentrate'
2013-07-21 17:25:39 +08:00
homepage 'http://www.getconcentrating.com/'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
2014-09-16 00:05:25 +08:00
app 'Concentrate.app'
2014-11-22 22:24:18 +08:00
2014-09-18 19:57:55 +08:00
zap :delete => '~/Library/Application Support/Concentrate/Concentrate.sqlite3'
2013-07-21 17:25:39 +08:00
end