mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-18 14:17:07 -06:00
each of these is verified: the current sha1 and the new sha256 are both correct for the given download.
7 lines
249 B
Ruby
7 lines
249 B
Ruby
class Squidman < Cask
|
|
url 'http://squidman.net/resources/downloads/SquidMan3.51.dmg'
|
|
homepage 'http://squidman.net/squidman/'
|
|
version '3.51'
|
|
sha256 '0bbbe1c8f26902450e62fe47e17f68f278b033355311ef295d52951feb3b6820'
|
|
link 'SquidMan.app'
|
|
end
|