diff options
| author | Adam Vandenberg | 2012-09-03 20:05:44 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2012-09-03 20:05:44 -0700 |
| commit | c5b65fd58993cf4743a2f4d47c4ec9c5f6f46fda (patch) | |
| tree | fb61300f20e3483515b0c0b37eee144511d9a219 /Library | |
| parent | 6ef4cce339de2c40ee578015a143eba4e010f43d (diff) | |
| download | homebrew-c5b65fd58993cf4743a2f4d47c4ec9c5f6f46fda.tar.bz2 | |
google-sql-tool r10
Note: unversioned download.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/google-sql-tool.rb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/google-sql-tool.rb b/Library/Formula/google-sql-tool.rb index 065e70d48..f65197fdc 100644 --- a/Library/Formula/google-sql-tool.rb +++ b/Library/Formula/google-sql-tool.rb @@ -3,11 +3,12 @@ require 'formula' class GoogleSqlTool < Formula homepage 'https://developers.google.com/cloud-sql/docs/commandline' url 'http://dl.google.com/cloudsql/tools/google_sql_tool.zip' - md5 'dc6a5a88e2163c3f2677c55d5aa502ff' - version 'r9' + sha1 '67111a75a1c37b34527b3954795b179f62e88632' + version 'r10' def install # Patch script to find jar + system "chmod +w google_sql.sh" # WTF inreplace 'google_sql.sh', 'SQL_SH_DIR="$(cd $(dirname $0); pwd)"', "SQL_SH_DIR=\"#{libexec}\"" |
