mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 22:06:36 -06:00
7 lines
287 B
Ruby
7 lines
287 B
Ruby
class GoogleAppEngineLauncher < Cask
|
|
url 'https://googleappengine.googlecode.com/files/GoogleAppEngineLauncher-1.8.5.dmg'
|
|
homepage 'https://developers.google.com/appengine/'
|
|
version '1.8.5'
|
|
sha1 'c533d9faad9d78d24e30d4875ffcfaa4217858f5'
|
|
link 'GoogleAppEngineLauncher.app'
|
|
end
|