homebrew-cask/Casks/lighting.rb

14 lines
465 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'lighting' do
2015-10-21 19:49:20 +08:00
version '1.1.5'
sha256 '228ce357f1c6cd916cbd37c5fd80e7e63b1100bfcf26b714d51c3f16ad2e0ce6'
2015-08-19 18:15:38 +08:00
url "https://github.com/tatey/Lighting/releases/download/#{version}/Lighting-#{version}.zip"
2015-12-26 04:57:40 +08:00
appcast 'https://github.com/tatey/Lighting/releases.atom',
checkpoint: '1578b1c7d4848473d239edbe356a208b439b784242619436216f62f45d74e65c'
2015-08-19 18:15:38 +08:00
name 'Lighting'
homepage 'https://github.com/tatey/Lighting'
license :gpl
app 'Lighting.app'
end