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
269 B
Ruby
7 lines
269 B
Ruby
class Liteide < Cask
|
|
url 'https://golangide.googlecode.com/files/liteidex20.1.macosx.zip'
|
|
homepage 'https://code.google.com/p/golangide/'
|
|
version 'x20.1'
|
|
sha256 'e969ffb4930e63154c760184a7985e2d263b5d8a3c353315030431ceed94b216'
|
|
link 'liteide/LiteIDE.app'
|
|
end
|