summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTyler Langlois2016-05-19 21:27:53 -0400
committerTyler Langlois2016-05-19 21:27:53 -0400
commitc46d1e03edbd89953bfa990e4fc5361049ce1370 (patch)
treef16d3d5c7fb96c8775d0d6d069407bd1fbce288b
parentf86f3584ddb132999ec99f117b569ed14538b34c (diff)
downloadaur-c46d1e03edbd89953bfa990e4fc5361049ce1370.tar.gz
beats: update to 1.2.3
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f40f4d66614e..80ab787e7a90 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Apr 23 19:47:24 UTC 2016
+# Fri May 20 01:20:23 UTC 2016
pkgbase = topbeat-bin
pkgdesc = An open source server monitoring agent that stores metrics in Elasticsearch (precompiled)
- pkgver = 1.2.1
+ pkgver = 1.2.3
pkgrel = 1
url = https://www.elastic.co/products/beats
arch = i686
@@ -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.2.1-i686.tar.gz
- sha256sums_i686 = de59f2e6a000e75a46f7d465782c83ab3fb788f56aa918c02b33e638ffecffe7
- source_x86_64 = https://download.elastic.co/beats/topbeat/topbeat-1.2.1-x86_64.tar.gz
- sha256sums_x86_64 = 12439ba2be63067f294d54ca41f986708aeddd787b2e03dc0e2d1d2b6272bdad
+ source_i686 = https://download.elastic.co/beats/topbeat/topbeat-1.2.3-i686.tar.gz
+ sha256sums_i686 = 98430a847d8734df343f6fb324f42622ad86cf1b68f4429cd5e66a2d1b1180ef
+ source_x86_64 = https://download.elastic.co/beats/topbeat/topbeat-1.2.3-x86_64.tar.gz
+ sha256sums_x86_64 = 8c66e07b80e15ae3309384dc52ffc7731f3303396f6d8080855e2232220796eb
pkgname = topbeat-bin
diff --git a/PKGBUILD b/PKGBUILD
index bb8fad2214d3..d6b2c1acc77f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=topbeat-bin
_pkgbase=${pkgname%%-bin}
-pkgver=1.2.1
+pkgver=1.2.3
pkgrel=1
pkgdesc='An open source server monitoring agent that stores metrics in Elasticsearch (precompiled)'
arch=('i686' 'x86_64')
@@ -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=('de59f2e6a000e75a46f7d465782c83ab3fb788f56aa918c02b33e638ffecffe7')
-sha256sums_x86_64=('12439ba2be63067f294d54ca41f986708aeddd787b2e03dc0e2d1d2b6272bdad')
+sha256sums_i686=('98430a847d8734df343f6fb324f42622ad86cf1b68f4429cd5e66a2d1b1180ef')
+sha256sums_x86_64=('8c66e07b80e15ae3309384dc52ffc7731f3303396f6d8080855e2232220796eb')
package() {
cd "$srcdir/$_pkgbase-$pkgver-$CARCH"