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

14 lines
351 B
Ruby
Raw Normal View History

2014-11-14 01:27:09 +08:00
cask :v1 => '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'
appcast 'http://www.theescapers.com/flux/flux.xml'
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