From c5b65fd58993cf4743a2f4d47c4ec9c5f6f46fda Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Mon, 3 Sep 2012 20:05:44 -0700 Subject: google-sql-tool r10 Note: unversioned download. --- Library/Formula/google-sql-tool.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Library') 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}\"" -- cgit v1.2.3