homebrew-cask/Casks/the-escapers-flux.rb

15 lines
437 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'the-escapers-flux' do
2014-09-17 19:43:05 +08:00
version :latest
sha256 :no_check
2015-01-19 10:33:52 +08:00
# amazonaws.com is the official download host per the vendor homepage
url 'https://s3.amazonaws.com/Flux/FluxV5.zip'
2015-12-26 04:57:40 +08:00
appcast 'http://www.theescapers.com/flux/flux.xml',
2016-01-14 02:07:26 +08:00
:checkpoint => '5186709410d51bcd39f1fc569ecee474c97846173e483871eb8d1fd7ddf06099'
2015-01-05 05:06:51 +08:00
name 'Flux'
homepage 'http://www.theescapers.com/flux/'
2015-01-19 10:33:52 +08:00
license :commercial
2014-09-16 00:06:28 +08:00
app 'Flux.app'
end