Google-app-engine 1.6.3

Closes Homebrew/homebrew#11185.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
master
Vincent 2012-03-24 18:01:22 +01:00 committed by Jack Nagel
parent f7532d93e0
commit 5ed7ccdc00
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
require 'formula' require 'formula'
class GoogleAppEngine < Formula class GoogleAppEngine < Formula
url 'http://googleappengine.googlecode.com/files/google_appengine_1.6.2.zip'
homepage 'http://code.google.com/appengine/' homepage 'http://code.google.com/appengine/'
sha1 '7fd3ae37bc76b0ffcbb14a7b2e404559ec18b551' url 'http://googleappengine.googlecode.com/files/google_appengine_1.6.3.zip'
sha1 '0f57de7ff445872f85d6dc5192ed4d5c89c8aef6'
def install def install
cd '..' cd '..'