diff options
| -rw-r--r-- | Library/Formula/hive.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/hive.rb b/Library/Formula/hive.rb index 0591c3188..bb9b31f84 100644 --- a/Library/Formula/hive.rb +++ b/Library/Formula/hive.rb @@ -2,8 +2,8 @@ require 'formula' class Hive < Formula homepage 'http://hive.apache.org' - url 'http://www.apache.org/dyn/closer.cgi?path=hive/hive-0.8.0/hive-0.8.0-bin.tar.gz' - md5 '9aca92b683da8955aca3beb5a438d2f9' + url 'http://www.apache.org/dyn/closer.cgi?path=hive/hive-0.9.0/hive-0.9.0-bin.tar.gz' + sha1 '8c8086ff9ec5de5c661d98d926bbedac62c28a61' depends_on 'hadoop' |
