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 Ccmenu < Cask
|
|
url 'http://downloads.sourceforge.net/project/ccmenu/CCMenu/1.6.3/ccmenu-1.6.3-b.dmg'
|
|
homepage 'http://ccmenu.sourceforge.net/'
|
|
version '1.6.3'
|
|
sha256 'ff6276d86421b7533c133ea0826f0a3a17dccfc3e51edcfcf5d0d4f3de211c83'
|
|
link 'CCMenu.app'
|
|
end
|