homebrew-cask/Casks/lightsoff.rb

14 lines
367 B
Ruby

cask 'lightsoff' do
version '1.0.6'
sha256 'f674d8c35f006bafadb2950c84268aca2d3791a1e5e71ec474eeada60ff43fd9'
url "https://www.lightsoff-app.com/s/LightsOff_#{version.dots_to_underscores}.zip"
appcast 'https://www.lightsoff-app.com/'
name 'LightsOff'
homepage 'https://www.lightsoff-app.com/'
depends_on macos: '>= :mojave'
app 'LightsOff.app'
end