homebrew-cask-versions/Casks/fliqlo.rb
Giles Dring c8e222fb50 Updating fliqlo screensaver to v1.6.0
[Fliqlo](http://fliqlo.com/) recently announced a new version.
This updates the cask to install v1.6.0
2015-02-11 11:58:56 +00:00

10 lines
314 B
Ruby

cask :v1 => 'fliqlo' do
version '1.6.0'
sha256 '4a6957eb4664f2fd04c2e8c8da02e6daa68f2c55b7b7afe446cd98a44ba5472d'
url "http://fliqlo.com/download/fliqlo_#{version.gsub('.','')}.dmg", :referer => 'http://fliqlo.com/#about'
homepage 'http://fliqlo.com/'
license :gratis
screen_saver 'Fliqlo.saver'
end