sqoop: fix URL (#32331)
This commit is contained in:
parent
96c3984b60
commit
6e28c3821b
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
class Sqoop < Formula
|
||||
desc "Transfer bulk data between Hadoop and structured datastores"
|
||||
homepage "https://sqoop.apache.org/"
|
||||
url "https://www.apache.org/dyn/closer.cgi?path=sqoop/1.4.6/sqoop-1.4.6.bin__hadoop-2.0.4-alpha.tar.gz"
|
||||
url "https://archive.apache.org/dist/sqoop/1.4.6/sqoop-1.4.6.bin__hadoop-2.0.4-alpha.tar.gz"
|
||||
version "1.4.6"
|
||||
sha256 "d582e7968c24ff040365ec49764531cb76dfa22c38add5f57a16a57e70d5d496"
|
||||
revision 1
|
||||
|
|
Loading…
Reference in a new issue