summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTyler Langlois2016-02-17 09:48:45 -0800
committerTyler Langlois2016-02-17 09:48:45 -0800
commite79678c187e371fbc209113ffe881545fecedc72 (patch)
tree38ad38f4e70c69adcba4841ec4de5a5a5d8cf15a
parenta66ac08d604827aeeea8d39723fff06f271cae9f (diff)
downloadaur-e79678c187e371fbc209113ffe881545fecedc72.tar.gz
beats: version bump to 1.1.1
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 753a1f7acbb8..2e51274283fd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat Feb 6 20:57:07 UTC 2016
+# Wed Feb 17 17:36:31 UTC 2016
pkgbase = topbeat-bin
pkgdesc = An open source server monitoring agent that stores metrics in Elasticsearch (precompiled)
- pkgver = 1.1.0
- pkgrel = 2
+ pkgver = 1.1.1
+ pkgrel = 1
url = https://www.elastic.co/products/beats
arch = i686
arch = x86_64
@@ -15,10 +15,10 @@ pkgbase = topbeat-bin
backup = etc/topbeat/topbeat.yml
source = topbeat.service
sha256sums = ac768b039c699c63a3cda17518f3a2ec0481dff23e6366f6fb452c819bd5825b
- 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
+ source_i686 = https://download.elastic.co/beats/topbeat/topbeat-1.1.1-i686.tar.gz
+ sha256sums_i686 = c37ef94d2e778908614e4195efd9c082542e557bf3df674be6ee14ee0ec8b9b3
+ source_x86_64 = https://download.elastic.co/beats/topbeat/topbeat-1.1.1-x86_64.tar.gz
+ sha256sums_x86_64 = 96ed602ee744789e5d6cafe9667070b5a4a969a15e30777b8187d546f8c7938b
pkgname = topbeat-bin
diff --git a/PKGBUILD b/PKGBUILD
index cec21419d0a0..44d4669504ee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=topbeat-bin
_pkgbase=${pkgname%%-bin}
-pkgver=1.1.0
-pkgrel=2
+pkgver=1.1.1
+pkgrel=1
pkgdesc='An open source server monitoring agent that stores metrics in Elasticsearch (precompiled)'
arch=('i686' 'x86_64')
url="https://www.elastic.co/products/beats"
@@ -18,8 +18,8 @@ sha256sums=('ac768b039c699c63a3cda17518f3a2ec0481dff23e6366f6fb452c819bd5825b')
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=('b47c3eaead181afc1d7d18af6f0182e3d8dfe6222d85d3f4497c761a83f39ab9')
-sha256sums_x86_64=('424e1eca778881a32fa07c9741b897a683369059ecc5bbdbd79d6305136edc33')
+sha256sums_i686=('c37ef94d2e778908614e4195efd9c082542e557bf3df674be6ee14ee0ec8b9b3')
+sha256sums_x86_64=('96ed602ee744789e5d6cafe9667070b5a4a969a15e30777b8187d546f8c7938b')
package() {
cd "$srcdir/$_pkgbase-$pkgver-$CARCH"