summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTyler Langlois2016-02-02 16:49:41 -0500
committerTyler Langlois2016-02-02 16:49:41 -0500
commit21d16c268bd4091fd47f105c5d444e83e8c08076 (patch)
tree57e55cb696715fd75a7767aa910fbb1b8f4bb268
parent988e094c1010b88cf399c6f257087092101aa09f (diff)
downloadaur-21d16c268bd4091fd47f105c5d444e83e8c08076.tar.gz
beats: update all packages for 1.1.0 release
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD6
2 files changed, 10 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f25e1349183e..5aaf1b306a4e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Tue Feb 2 21:48:01 UTC 2016
pkgbase = topbeat-bin
pkgdesc = An open source server monitoring agent that stores metrics in Elasticsearch (precompiled)
- pkgver = 1.0.1
+ pkgver = 1.1.0
pkgrel = 1
url = https://www.elastic.co/products/beats
arch = i686
@@ -13,10 +15,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.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
+ source_i686 = https://download.elastic.co/beats/topbeat/topbeat-1.1.0-i686.tar.gz
+ sha256sums_i686 = b47c3eaead181afc1d7d18af6f0182e3d8dfe6222d85d3f4497c761a83f39ab9
+ source_x86_64 = https://download.elastic.co/beats/topbeat/topbeat-1.1.0-x86_64.tar.gz
+ sha256sums_x86_64 = 424e1eca778881a32fa07c9741b897a683369059ecc5bbdbd79d6305136edc33
pkgname = topbeat-bin
diff --git a/PKGBUILD b/PKGBUILD
index a94512265443..942c318f0de8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=topbeat-bin
_pkgbase=${pkgname%%-bin}
-pkgver=1.0.1
+pkgver=1.1.0
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=('3034e83795f770a47da050368d4ab83480756b4a47731b70aa5f8672cf387813')
-sha256sums_x86_64=('90354f31e70077e387b481d80544be35fe1db181d6b8fc7288f6b494b42cea57')
+sha256sums_i686=('b47c3eaead181afc1d7d18af6f0182e3d8dfe6222d85d3f4497c761a83f39ab9')
+sha256sums_x86_64=('424e1eca778881a32fa07c9741b897a683369059ecc5bbdbd79d6305136edc33')
package() {
cd "$srcdir/$_pkgbase-$pkgver-$CARCH"