summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTyler Langlois2015-12-25 15:54:03 -0700
committerTyler Langlois2015-12-25 15:54:03 -0700
commit988e094c1010b88cf399c6f257087092101aa09f (patch)
treec7bbdf5569ba53a7ed984e520e737df7efd5e8aa
parent97fd12e077a147f80084dd60f37724168e397467 (diff)
downloadaur-988e094c1010b88cf399c6f257087092101aa09f.tar.gz
beats: update -bin packages to 1.0.1 release
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2af4b46d370d..f25e1349183e 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
+ pkgver = 1.0.1
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-i686.tar.gz
- sha256sums_i686 = 9a828da7dec1233f89b4241f40cb59f862a8e6ffaf3ea58695b411cc8212ab70
- source_x86_64 = https://download.elastic.co/beats/topbeat/topbeat-1.0.0-x86_64.tar.gz
- sha256sums_x86_64 = 044458d653fbc5191377bfcae6de49aff2b878bd2053e4b87192df10bfd15555
+ source_i686 = https://download.elastic.co/beats/topbeat/topbeat-1.0.1-i686.tar.gz
+ sha256sums_i686 = 3034e83795f770a47da050368d4ab83480756b4a47731b70aa5f8672cf387813
+ source_x86_64 = https://download.elastic.co/beats/topbeat/topbeat-1.0.1-x86_64.tar.gz
+ sha256sums_x86_64 = 90354f31e70077e387b481d80544be35fe1db181d6b8fc7288f6b494b42cea57
pkgname = topbeat-bin
diff --git a/PKGBUILD b/PKGBUILD
index 317eee885a14..a94512265443 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=topbeat-bin
_pkgbase=${pkgname%%-bin}
-pkgver=1.0.0
+pkgver=1.0.1
pkgrel=1
pkgdesc='An open source server monitoring agent that stores metrics in Elasticsearch (precompiled)'
arch=('i686' 'x86_64')
@@ -18,8 +18,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=('9a828da7dec1233f89b4241f40cb59f862a8e6ffaf3ea58695b411cc8212ab70')
-sha256sums_x86_64=('044458d653fbc5191377bfcae6de49aff2b878bd2053e4b87192df10bfd15555')
+sha256sums_i686=('3034e83795f770a47da050368d4ab83480756b4a47731b70aa5f8672cf387813')
+sha256sums_x86_64=('90354f31e70077e387b481d80544be35fe1db181d6b8fc7288f6b494b42cea57')
package() {
cd "$srcdir/$_pkgbase-$pkgver-$CARCH"