mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-16 22:06:43 -06:00
[Fliqlo](http://fliqlo.com/) recently announced a new version. This updates the cask to install v1.6.0
10 lines
314 B
Ruby
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
|