summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTyler Langlois2015-11-05 22:37:59 -0500
committerTyler Langlois2015-11-05 22:37:59 -0500
commit04815aa8fa5381b9ee09f01effa70264cfd3b577 (patch)
tree4f1b299793e5f757a4340ab35182de517ddb48b6
parenta0a77d0c76cb127a12fbfc55c4088017821a899a (diff)
downloadaur-04815aa8fa5381b9ee09f01effa70264cfd3b577.tar.gz
Update from 1.0.0-beta4 to 1.0.0-rc1 for all beats packages
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 31c0e0c82c1d..3449465cacea 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_beta4
+ pkgver = 1.0.0_rc1
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-beta4-i686.tar.gz
- sha256sums_i686 = 738345d8f24c4cda3913f3243c6637a8f96da159e917b74154378b2e2eb0458d
- source_x86_64 = https://download.elastic.co/beats/topbeat/topbeat-1.0.0-beta4-x86_64.tar.gz
- sha256sums_x86_64 = 7b487d3ee4567e86d4391390fbcd298794a2a36eb2d72f9f28cdd0c9cacd78d1
+ 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
pkgname = topbeat-bin
diff --git a/PKGBUILD b/PKGBUILD
index d565daf28765..e0faed9beeac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=topbeat-bin
_pkgbase=${pkgname%%-bin}
-pkgver=1.0.0_beta4
+pkgver=1.0.0_rc1
_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=('738345d8f24c4cda3913f3243c6637a8f96da159e917b74154378b2e2eb0458d')
-sha256sums_x86_64=('7b487d3ee4567e86d4391390fbcd298794a2a36eb2d72f9f28cdd0c9cacd78d1')
+sha256sums_i686=('380c391727bd98f99bb681efc96cf65813a8061034377a4147fe32b9fe58cb5a')
+sha256sums_x86_64=('69a679ef6e815198b19460dfab2f6ad58a2dbe9e32456ae77e26869378c11c0e')
package() {
cd "$srcdir/$_pkgbase-$_pkgver-$CARCH"