mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-16 14:26:53 -06:00
12 lines
426 B
Ruby
12 lines
426 B
Ruby
cask :v1 => 'launchrocket' do
|
|
version '0.7'
|
|
sha256 '51dc78902fecfb7ec26ab5c6516b84d1c62692349864ef48aca2fde81bd2ef4a'
|
|
|
|
url "https://github.com/jimbojsb/launchrocket/releases/download/v#{version}/LaunchRocket.prefPane.zip"
|
|
appcast 'https://github.com/jimbojsb/launchrocket/releases.atom'
|
|
name 'LaunchRocket'
|
|
homepage 'https://github.com/jimbojsb/launchrocket'
|
|
license :mit
|
|
|
|
prefpane 'LaunchRocket.prefPane'
|
|
end
|