mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-19 06:16:46 -06:00
the zip file doesn't have v3 prefix now and it unzips to just Hopper Disassembler.app hence removed v3
13 lines
341 B
Ruby
13 lines
341 B
Ruby
cask :v1 => 'hopper-disassembler' do
|
|
version :latest
|
|
sha256 :no_check
|
|
|
|
url 'http://www.hopperapp.com/HopperWeb/download_last_v3.php'
|
|
appcast 'http://www.hopperapp.com/HopperWeb/appcast.php'
|
|
name 'Hopper'
|
|
name 'Hopper Disassembler'
|
|
homepage 'http://www.hopperapp.com/'
|
|
license :commercial
|
|
|
|
app 'Hopper Disassembler.app'
|
|
end
|