mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
11 lines
384 B
Ruby
11 lines
384 B
Ruby
class Hoppergdbserver < Cask
|
|
version '1.6'
|
|
sha256 '124ea3e34f970f412de28de0e482edf527e064efdb954b3804aab248edc3c017'
|
|
|
|
url "http://www.hopperapp.com/HopperGDBServer/HopperGDBServer-#{version}.zip"
|
|
appcast 'http://www.hopperapp.com/HopperGDBServer/appcast.xml'
|
|
homepage 'http://www.hopperapp.com/HopperGDBServer/index.html'
|
|
license :unknown
|
|
|
|
app 'HopperGDBServer.app'
|
|
end
|