summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarm2018-01-15 13:33:17 +0100
committerDarm2018-01-15 13:33:17 +0100
commitdd16b58452d8f94b890587849c128d8609daffec (patch)
tree7c5ca97e7357cea84c3bca059eb7fe77dbc858c4
parent5d5f6a24278af366ec62d587f334fde6d833691e (diff)
downloadaur-dd16b58452d8f94b890587849c128d8609daffec.tar.gz
Updated pkgver from 1.0.2 to 1.1.1 and pointed source to official repo
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c1904c54f67d..f0eff67a2840 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = storm
pkgdesc = Free and open source distributed realtime computation system
- pkgver = 1.0.2
+ pkgver = 1.1.1
pkgrel = 2
url = https://storm.apache.org/
install = install_storm.sh
@@ -13,8 +13,8 @@ pkgbase = storm
backup = etc/storm/storm.yaml
backup = etc/zookeeper/zookeeper-storm/zoo.cfg
backup = etc/zookeeper/zookeeper-storm/log4j.properties
- source = http://mirrors.ircam.fr/pub/apache///storm/apache-storm-1.0.2/apache-storm-1.0.2.tar.gz
- source = https://www.apache.org/dist/storm/apache-storm-1.0.2/apache-storm-1.0.2.tar.gz.asc
+ source = http://www.apache.org/dist/storm/apache-storm-1.1.1/apache-storm-1.1.1.tar.gz
+ source = https://www.apache.org/dist/storm/apache-storm-1.1.1/apache-storm-1.1.1.tar.gz.asc
source = zookeeper_zoo.cfg
source = zookeeper_log4j.properties
source = systemd_storm-nimbus.service
@@ -23,7 +23,7 @@ pkgbase = storm
source = systemd_sysusers.d_storm.conf
source = systemd_tmpfiles.d_storm.conf
source = arch_python2.patch
- sha256sums = b3fd2475e88e4b5e30f0e47eab70363419d67c15ddc7fe1f3c423ac0499eb76e
+ sha256sums = 284b43c2e667ccb600605769e76dfc981140d769a684253f37309f85fea2a951
sha256sums = SKIP
sha256sums = c94799f4b459f5218faf1da57936baeb4c32b9542a1ba0aacdd637bf2f3aaf05
sha256sums = 00780ee4cea3bb7a282a548f41b8964d5e392776f9d687ebea89cd49ed5742e3
diff --git a/PKGBUILD b/PKGBUILD
index 2c623b3dc488..280d9b8fb608 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -23,7 +23,8 @@
# TODO split packages? nimbus/supervisor/ui ?
pkgname=storm
-pkgver=1.0.2
+# pkgver=1.0.2
+pkgver=1.1.1
pkgrel=2
pkgdesc='Free and open source distributed realtime computation system'
arch=('any')
@@ -51,7 +52,7 @@ source=(${_closest}/${_app_path}
arch_python2.patch)
validpgpkeys=('ACEFE18DD2322E1E84587A148DE03962E80B8FFD') # P. Taylor Goetz
-sha256sums=('b3fd2475e88e4b5e30f0e47eab70363419d67c15ddc7fe1f3c423ac0499eb76e'
+sha256sums=('284b43c2e667ccb600605769e76dfc981140d769a684253f37309f85fea2a951'
'SKIP'
'c94799f4b459f5218faf1da57936baeb4c32b9542a1ba0aacdd637bf2f3aaf05'
'00780ee4cea3bb7a282a548f41b8964d5e392776f9d687ebea89cd49ed5742e3'