Skip to content

Commit

Permalink
Merge pull request #244 from nitrous-io/appengine-update
Browse files Browse the repository at this point in the history
Update Google App Engine packages to 1.9.18
  • Loading branch information
gmckeever committed Apr 8, 2015
2 parents 3efd6e8 + 7261250 commit 0a3d3a4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions lib/autoparts/packages/googleappengine.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ module Autoparts
module Packages
class GoogleAppEngine < Package
name 'googleappengine'
version '1.9.17'
version '1.9.18'
description 'Google App Engine for Python/PHP: A CLI for managing Google App Engine cloud services for Python and PHP'
category Category::DEPLOYMENT

source_url 'https://storage.googleapis.com/appengine-sdks/featured/google_appengine_1.9.17.zip'
source_sha1 'eec50aaf922d3b21623fda1b90e199c3ffa9e16e'
source_url 'https://storage.googleapis.com/appengine-sdks/featured/google_appengine_1.9.18.zip'
source_sha1 '823b6402241b354450ba20ae86ea578197995b4c'
source_filetype 'zip'

def install
Expand Down
6 changes: 3 additions & 3 deletions lib/autoparts/packages/googleappenginejava.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ module Autoparts
module Packages
class GoogleAppEngineJava < Package
name 'googleappenginejava'
version '1.9.17'
version '1.9.18'
description 'Google App Engine Java: A CLI for managing Google App Engine cloud services for Java'
category Category::DEPLOYMENT

source_url 'https://storage.googleapis.com/appengine-sdks/featured/appengine-java-sdk-1.9.17.zip'
source_sha1 'ca0bbae7e6c24dfe90cc06be384d594840dd2251'
source_url 'https://storage.googleapis.com/appengine-sdks/featured/appengine-java-sdk-1.9.18.zip'
source_sha1 '7f554498a7320192186fc8c3e4ad3f1aaab4d6dd'
source_filetype 'zip'

def install
Expand Down
4 changes: 2 additions & 2 deletions lib/autoparts/packages/googlecloudsdk.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ module Autoparts
module Packages
class GoogleCloudSDK < Package
name 'googlecloudsdk'
version '0.9.32'
version '0.9.54'
description 'Google Cloud SDK: Tools and libraries to easily create and manage resources on Google Cloud Platform'
category Category::UTILITIES

source_url 'https://dl.google.com/dl/cloudsdk/release/google-cloud-sdk.tar.gz'
source_sha1 'fea93c100de8d2c21d02962467e6a5154230de8b'
source_sha1 '6ab59a122ccd95c51ed2600d05124733244d3ec4'
source_filetype 'tar.gz'

def install
Expand Down

0 comments on commit 0a3d3a4

Please sign in to comment.