diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/sqoop.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/sqoop.rb b/Library/Formula/sqoop.rb index a1ec3ab52..3cfc67449 100644 --- a/Library/Formula/sqoop.rb +++ b/Library/Formula/sqoop.rb @@ -2,9 +2,9 @@ require 'formula' class Sqoop < Formula homepage 'http://sqoop.apache.org/' - url 'http://apache.mirror.iphh.net/sqoop/1.4.2/sqoop-1.4.2.bin__hadoop-1.0.0.tar.gz' - version '1.4.2' - sha1 'c028a4d34a83b9c6ae4919bf1e44cb1d138f14c6' + url 'http://apache.mirror.iphh.net/sqoop/1.4.4/sqoop-1.4.4.bin__hadoop-1.0.0.tar.gz' + version '1.4.4' + sha1 '1af2fa62b194794f50d3b2c5b064d3220bc1fc0d' depends_on 'hadoop' depends_on 'hbase' |
