mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-06-30 06:12:15 -06:00
Appcode was updated to version 3.0. This pull request uppdates the download URL, the SHA and the version.
7 lines
241 B
Ruby
7 lines
241 B
Ruby
class Appcode < Cask
|
|
url 'http://download.jetbrains.com/objc/AppCode-3.0.dmg'
|
|
homepage 'http://www.jetbrains.com/objc/'
|
|
version '3.0'
|
|
sha256 'd8e9e72fe1a9050148edb971c88c39c22adf9a1499f34dd8b29fce4e6308d35e'
|
|
link 'AppCode.app'
|
|
end
|