Tweaks to Fluid cask

Correct checksums and license, add minimum OS requirement.
This commit is contained in:
Sebastian Nash 2015-05-20 10:46:45 +01:00
parent b3dc5d7a07
commit ef2fdd8c93
1 changed files with 5 additions and 3 deletions

View File

@ -1,13 +1,15 @@
cask :v1 => 'fluid' do
version '1.8.4'
sha256 'ccb7d282e9613ebd1949f27e942b4cf516dea1c0cf45c3c2ee4042893a6e97d3'
sha256 'abf5c99d45b23be3df1b62da798beab7a4fed176d28d508c2629d2d089a491ce'
url "http://fluidapp.com/dist/Fluid_#{version}.zip"
appcast 'http://fluidapp.com/appcast/fluid1.rss',
:sha256 => '260c43831d82b9fa593d9f32cca7bc61b594f5993908b104601ed866ee7c518a'
:sha256 => 'da98adbb75cb35c7ae8973c4721cba47f5d9cc06ceaef58d6b00d95bcdb7b549'
name 'Fluid'
homepage 'http://fluidapp.com/'
license :commercial
license :freemium
depends_on :macos => '>= :snow_leopard'
app 'Fluid.app'
end