homebrew-cask/Casks/black-screen.rb

15 lines
659 B
Ruby
Raw Normal View History

2016-05-29 20:44:29 +08:00
cask 'black-screen' do
2016-11-25 05:49:12 +08:00
version '0.2.93'
sha256 'f22217696997aa67833fd9bf6a888c748d4d743e18068d1bf4d8cc87e087a9bc'
2016-05-29 20:44:29 +08:00
2016-11-29 21:25:32 +08:00
url "https://github.com/vshatskyi/black-screen/releases/download/v#{version}/black-screen-#{version}-mac.zip"
appcast 'https://github.com/vshatskyi/black-screen/releases.atom',
checkpoint: 'ee18ae661108286d196dde79788ea2bc48a62c14f882a260319bd2670b9a6ae2'
2016-05-29 20:44:29 +08:00
name 'Black Screen'
2016-11-29 21:25:32 +08:00
homepage 'https://github.com/vshatskyi/black-screen'
2016-05-29 20:44:29 +08:00
app 'Black Screen.app'
zap delete: '~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.github.shockone.black-screen.sfl'
2016-05-29 20:44:29 +08:00
end