Skip to content

Commit

Permalink
Merge pull request #240 from nitrous-io/app-engine-go-update
Browse files Browse the repository at this point in the history
Update App Engine Go from 1.9.17 to 1.9.18
  • Loading branch information
gmckeever committed Mar 18, 2015
2 parents 807a519 + 7329110 commit 6023086
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/autoparts/packages/googleappenginego.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ module Autoparts
module Packages
class GoogleAppEngineGo < Package
name 'googleappenginego'
version '1.9.17'
version '1.9.18'
description 'Google App Engine for Go: A CLI for managing Google App Engine cloud services for Go'
category Category::DEPLOYMENT

source_url 'https://storage.googleapis.com/appengine-sdks/featured/go_appengine_sdk_linux_amd64-1.9.17.zip'
source_sha1 'bdcf47c48b6e099a6596f9124fc29988dd4b874f'
source_url 'https://storage.googleapis.com/appengine-sdks/featured/go_appengine_sdk_linux_amd64-1.9.18.zip'
source_sha1 '4a7af45b4eb00a0fe842eaccfcd1db10bc31c5a5'
source_filetype 'zip'

def install
Expand Down

0 comments on commit 6023086

Please sign in to comment.