Skip to content

Commit

Permalink
dynamodb-local 2015-01-27
Browse files Browse the repository at this point in the history
Update DynamoDB-local to 2015-01-27 version, supporting GSIs properly

Closes Homebrew/legacy-homebrew#36994.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
  • Loading branch information
flozano authored and MikeMcQuaid committed Feb 20, 2015
1 parent 226d057 commit 88f99e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Formula/dynamodb-local.rb
Expand Up @@ -2,9 +2,9 @@

class DynamodbLocal < Formula
homepage 'https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Tools.DynamoDBLocal.html'
url 'http://dynamodb-local.s3-website-us-west-2.amazonaws.com/dynamodb_local_2014-10-07.tar.gz'
version '2014-10-07'
sha1 '7fc8a3b246d9e132c0522c3e08acf6f14d76fe44'
url 'http://dynamodb-local.s3-website-us-west-2.amazonaws.com/dynamodb_local_2015-01-27.tar.gz'
version '2015-01-27'
sha1 '3e2fdead8763e35bc449665837834b949e26230f'

def data_path
var/'data/dynamodb-local'
Expand Down

0 comments on commit 88f99e7

Please sign in to comment.