mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
each of these is verified: the current sha1 and the new sha256 are both correct for the given download.
7 lines
270 B
Ruby
7 lines
270 B
Ruby
class Cocoapacketanalyzer < Cask
|
|
url 'http://tastycocoabytes.com/_downloads/CPA_121.dmg'
|
|
homepage 'http://www.tastycocoabytes.com/cpa/'
|
|
version '1.21'
|
|
sha256 '70bc100cb37a5fc783e1a435f20602b4bbce7b6c1b6e95eb88256f51998c9c5a'
|
|
link 'CocoaPacketAnalyzer.app'
|
|
end
|