summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/accumulo/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/accumulo/package.py')
-rw-r--r--var/spack/repos/builtin/packages/accumulo/package.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/accumulo/package.py b/var/spack/repos/builtin/packages/accumulo/package.py
index 85c4eb8203..b5b282d498 100644
--- a/var/spack/repos/builtin/packages/accumulo/package.py
+++ b/var/spack/repos/builtin/packages/accumulo/package.py
@@ -14,6 +14,8 @@ class Accumulo(MavenPackage):
homepage = "https://accumulo.apache.org/"
url = "https://github.com/apache/accumulo/archive/rel/2.0.1.tar.gz"
+ license("Apache-2.0")
+
version("2.0.1", sha256="2756ac14e850b30ad9bd1043418d621b93307d083f84904cd8fac5c8beec751b")
version("2.0.0", sha256="2564056dc24398aa464763c21bae10ef09356fe3261600d27744071cf965c265")
version("1.9.3", sha256="d9548d5b9cf9f494f027f0fe59d5d6d45d09064359d7761cade62991ce2a5d0c")