summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 97ab8312c15e..7497ab794bc8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = storm
- pkgdesc = Distributed and fault-tolerant realtime computation system
- pkgver = 1.0.0
+ pkgdesc = Free and open source distributed realtime computation system
+ pkgver = 1.0.2
pkgrel = 1
url = https://storm.apache.org/
install = install_storm.sh
@@ -13,7 +13,7 @@ pkgbase = storm
backup = etc/storm/storm.yaml
backup = etc/zookeeper/zookeeper-storm/zoo.cfg
backup = etc/zookeeper/zookeeper-storm/log4j.properties
- source = http://apache.mirrors.ovh.net/ftp.apache.org/dist///storm/apache-storm-1.0.0/apache-storm-1.0.0.tar.gz
+ source = http://wwwftp.ciril.fr/pub/apache///storm/apache-storm-1.0.2/apache-storm-1.0.2.tar.gz
source = zookeeper_zoo.cfg
source = zookeeper_log4j.properties
source = systemd_storm-nimbus.service
@@ -22,7 +22,7 @@ pkgbase = storm
source = systemd_sysusers.d_storm.conf
source = systemd_tmpfiles.d_storm.conf
source = arch_python2.patch
- sha256sums = 8233dab1a6898fc39bcf9fe68dfadbee38159a39c473ac2da9ce9da60db52066
+ sha256sums = b3fd2475e88e4b5e30f0e47eab70363419d67c15ddc7fe1f3c423ac0499eb76e
sha256sums = c94799f4b459f5218faf1da57936baeb4c32b9542a1ba0aacdd637bf2f3aaf05
sha256sums = 00780ee4cea3bb7a282a548f41b8964d5e392776f9d687ebea89cd49ed5742e3
sha256sums = 0d8958786538714da86ccf3f23cb668fa017530f8858aea2b7325ffe1af66cd1
diff --git a/PKGBUILD b/PKGBUILD
index cf7ed9b892d1..3451e3b56b40 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,4 @@
# Maintainer: Guillaume ALAUX <guillaume at alaux dot net>
-# Sources available at https://github.com/galaux/arch_storm
# nimbus -> requires zookeeper to run
# supervisor -> requires zookeeper to run
@@ -9,9 +8,9 @@
# TODO split packages? nimbus/supervisor/ui ?
pkgname=storm
-pkgver=1.0.0
+pkgver=1.0.2
pkgrel=1
-pkgdesc='Distributed and fault-tolerant realtime computation system'
+pkgdesc='Free and open source distributed realtime computation system'
arch=('any')
url='https://storm.apache.org/'
license=('Apache')
@@ -35,7 +34,7 @@ source=(${_closest}/${_app_path}
systemd_tmpfiles.d_storm.conf
arch_python2.patch)
-sha256sums=('8233dab1a6898fc39bcf9fe68dfadbee38159a39c473ac2da9ce9da60db52066'
+sha256sums=('b3fd2475e88e4b5e30f0e47eab70363419d67c15ddc7fe1f3c423ac0499eb76e'
'c94799f4b459f5218faf1da57936baeb4c32b9542a1ba0aacdd637bf2f3aaf05'
'00780ee4cea3bb7a282a548f41b8964d5e392776f9d687ebea89cd49ed5742e3'
'0d8958786538714da86ccf3f23cb668fa017530f8858aea2b7325ffe1af66cd1'