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