homebrew-cask/Casks/lighting.rb

13 lines
382 B
Ruby
Raw Normal View History

2015-08-19 18:15:38 +08:00
cask :v1 => 'lighting' do
2015-09-02 00:09:06 +08:00
version '1.1.0'
sha256 '2911c29cf2e06df363edfb57e320e2d91d795e4596bd79ae0cd293e223b57bdc'
2015-08-19 18:15:38 +08:00
url "https://github.com/tatey/Lighting/releases/download/#{version}/Lighting-#{version}.zip"
appcast 'https://github.com/tatey/Lighting/releases.atom'
name 'Lighting'
homepage 'https://github.com/tatey/Lighting'
license :gpl
app 'Lighting.app'
end