Skip to content

Commit

Permalink
testdfsio: fix url and switch to be deprecated (spack#46520)
Browse files Browse the repository at this point in the history
  • Loading branch information
wdconinc authored Sep 22, 2024
1 parent 960f206 commit 27c590d
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions var/spack/repos/builtin/packages/testdfsio/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,13 @@
class Testdfsio(MavenPackage):
"""A corrected and enhanced version of Apache Hadoop TestDFSIO"""

homepage = "https://github.com/tthx/testdfsio"
url = "https://github.com/tthx/testdfsio/archive/0.0.1.tar.gz"
homepage = "https://github.com/asotirov0/testdfsio"
url = "https://github.com/asotirov0/testdfsio/archive/0.0.1.tar.gz"

version("0.0.1", sha256="fe8cc47260ffb3e3ac90e0796ebfe73eb4dac64964ab77671e5d32435339dd09")
version(
"0.0.1",
sha256="fe8cc47260ffb3e3ac90e0796ebfe73eb4dac64964ab77671e5d32435339dd09",
deprecated=True,
)

depends_on("hadoop@3.2.1:", type="run")

0 comments on commit 27c590d

Please sign in to comment.