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
245 B
Ruby
7 lines
245 B
Ruby
class Appcode < Cask
|
|
url 'http://download.jetbrains.com/objc/AppCode-2.5.4.dmg'
|
|
homepage 'http://www.jetbrains.com/objc/'
|
|
version '2.5.4'
|
|
sha256 '39a78089d6b4fd69ceded6494a6f0857b8ef6630c2c5b0ed3599e080358a48f3'
|
|
link 'AppCode.app'
|
|
end
|