go-app-engine-32: Fix formula class name
Closes Homebrew/homebrew#9952. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
This commit is contained in:
parent
a93272bd57
commit
430318b84b
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
require 'formula'
|
||||
|
||||
class GoAppEngine64 < Formula
|
||||
class GoAppEngine32 < Formula
|
||||
url 'http://googleappengine.googlecode.com/files/go_appengine_sdk_darwin_386-1.6.2.zip'
|
||||
homepage 'http://code.google.com/appengine/docs/go/overview.html'
|
||||
sha1 '004aebd7e6252ce3e84b89096009dcd22dadf5fe'
|
||||
|
|
Loading…
Reference in a new issue