homebrew-cask/Casks/lights-out-pane.rb

14 lines
502 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'lights-out-pane' do
2014-11-14 01:17:14 +08:00
version '1.1'
sha256 'eb33e8a0242cbc69ebb7b6ee9c67fb69941e203fe560f37a83677f3c9cceeebf'
url "https://github.com/samturner/lights-out/releases/download/v#{version}/lights-out.prefPane.zip"
2015-12-26 04:57:40 +08:00
appcast 'https://github.com/samturner/lights-out/releases.atom',
:sha256 => '75854d32af21716adf8b5fe34b0ae4a4ab80f457dc7c0671976fe1622de5dd70'
2015-04-09 02:30:54 +08:00
name 'Lights Out'
2015-06-29 14:32:18 +08:00
homepage 'https://samturner.github.io/lights-out/'
2014-11-14 01:17:14 +08:00
license :gpl
prefpane 'lights-out.prefPane'
end