aboutsummaryrefslogtreecommitdiff
path: root/bigtop.bom
diff options
context:
space:
mode:
Diffstat (limited to 'bigtop.bom')
-rw-r--r--bigtop.bom6
1 files changed, 3 insertions, 3 deletions
diff --git a/bigtop.bom b/bigtop.bom
index 272ba5ec..ff0d7fd9 100644
--- a/bigtop.bom
+++ b/bigtop.bom
@@ -317,10 +317,10 @@ bigtop {
* HBase version in the BOM.
*/
phoenix.hbase ='HBase-1.1'
- version { base = "4.7.0-${phoenix.hbase}"; pkg = '4.7.0'; release = 1 }
+ version { base = "4.8.1-${phoenix.hbase}"; pkg = '4.8.1'; release = 1 }
tarball { destination = "$name-${version.base}-src.tar.gz"
- source = destination }
- url { download_path = "/$name/$name-${version.base}/src"
+ source = "apache-$name-${version.base}-src.tar.gz" }
+ url { download_path = "/$name/apache-$name-${version.base}/src"
site = "${apache.APACHE_MIRROR}/${download_path}"
archive = "${apache.APACHE_ARCHIVE}/${download_path}" }
}