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
252 B
Ruby
7 lines
252 B
Ruby
class Codekit < Cask
|
|
url 'http://incident57.com/codekit/files/codekit-8403.zip'
|
|
homepage 'http://incident57.com/codekit/'
|
|
version '1.9.3 (8403)'
|
|
sha256 '5d669bd7a4b41e2f0a30d293d4b1372f2573288a2bc21b7aa5d77106c834a95a'
|
|
link 'CodeKit.app'
|
|
end
|