summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTyler Langlois2015-11-18 23:20:17 -0500
committerTyler Langlois2015-11-18 23:20:17 -0500
commite44fd277637d70498a0bec3e92ca360e8547ee6b (patch)
tree033a7c21290334b9b7300db353e1336bb6cb56fa
parent04815aa8fa5381b9ee09f01effa70264cfd3b577 (diff)
downloadaur-e44fd277637d70498a0bec3e92ca360e8547ee6b.tar.gz
topbeat-bin: version bump to 1.0.0-rc2
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3449465cacea..7aa88ed866a7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = topbeat-bin
pkgdesc = An open source server monitoring agent that stores metrics in Elasticsearch (precompiled)
- pkgver = 1.0.0_rc1
+ pkgver = 1.0.0_rc2
pkgrel = 1
url = https://www.elastic.co/products/beats
arch = i686
@@ -13,10 +13,10 @@ pkgbase = topbeat-bin
backup = etc/topbeat/topbeat.yml
source = topbeat.service
sha256sums = 62f5b613d9464e4d8b1074c1a54b95cbd1c6615f0c788f1d9093becbdbc6c45d
- source_i686 = https://download.elastic.co/beats/topbeat/topbeat-1.0.0-rc1-i686.tar.gz
- sha256sums_i686 = 380c391727bd98f99bb681efc96cf65813a8061034377a4147fe32b9fe58cb5a
- source_x86_64 = https://download.elastic.co/beats/topbeat/topbeat-1.0.0-rc1-x86_64.tar.gz
- sha256sums_x86_64 = 69a679ef6e815198b19460dfab2f6ad58a2dbe9e32456ae77e26869378c11c0e
+ source_i686 = https://download.elastic.co/beats/topbeat/topbeat-1.0.0-rc2-i686.tar.gz
+ sha256sums_i686 = e32035d34a40af343df5008174040839be2a3d2358521ed7efc030e7c7b59e0a
+ source_x86_64 = https://download.elastic.co/beats/topbeat/topbeat-1.0.0-rc2-x86_64.tar.gz
+ sha256sums_x86_64 = bf23778a7d492e39bd4b166fcaf81152bc816c6503ebef45e8aba1927561898e
pkgname = topbeat-bin
diff --git a/PKGBUILD b/PKGBUILD
index e0faed9beeac..8b65365c2b13 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=topbeat-bin
_pkgbase=${pkgname%%-bin}
-pkgver=1.0.0_rc1
+pkgver=1.0.0_rc2
_pkgver=${pkgver/_/-}
pkgrel=1
pkgdesc='An open source server monitoring agent that stores metrics in Elasticsearch (precompiled)'
@@ -19,8 +19,8 @@ sha256sums=('62f5b613d9464e4d8b1074c1a54b95cbd1c6615f0c788f1d9093becbdbc6c45d')
source_i686=("https://download.elastic.co/beats/$_pkgbase/$_pkgbase-$_pkgver-i686.tar.gz")
source_x86_64=("https://download.elastic.co/beats/$_pkgbase/$_pkgbase-$_pkgver-x86_64.tar.gz")
-sha256sums_i686=('380c391727bd98f99bb681efc96cf65813a8061034377a4147fe32b9fe58cb5a')
-sha256sums_x86_64=('69a679ef6e815198b19460dfab2f6ad58a2dbe9e32456ae77e26869378c11c0e')
+sha256sums_i686=('e32035d34a40af343df5008174040839be2a3d2358521ed7efc030e7c7b59e0a')
+sha256sums_x86_64=('bf23778a7d492e39bd4b166fcaf81152bc816c6503ebef45e8aba1927561898e')
package() {
cd "$srcdir/$_pkgbase-$_pkgver-$CARCH"