mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
9 lines
256 B
Ruby
9 lines
256 B
Ruby
class Squidman < Cask
|
|
version '3.51'
|
|
sha256 '0bbbe1c8f26902450e62fe47e17f68f278b033355311ef295d52951feb3b6820'
|
|
|
|
url "http://squidman.net/resources/downloads/SquidMan#{version}.dmg"
|
|
homepage 'http://squidman.net/squidman/'
|
|
|
|
app 'SquidMan.app'
|
|
end
|