mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-06-30 06:12:15 -06:00
10 lines
337 B
Ruby
10 lines
337 B
Ruby
cask :v1 => 'launchrocket' do
|
|
version '0.7'
|
|
sha256 '51dc78902fecfb7ec26ab5c6516b84d1c62692349864ef48aca2fde81bd2ef4a'
|
|
|
|
url "https://github.com/jimbojsb/launchrocket/releases/download/v#{version}/LaunchRocket.prefPane.zip"
|
|
homepage 'https://github.com/jimbojsb/launchrocket'
|
|
license :mit
|
|
|
|
prefpane 'LaunchRocket.prefPane'
|
|
end
|