summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTyler Langlois2016-02-02 16:49:41 -0500
committerTyler Langlois2016-02-02 16:49:41 -0500
commitaa200913a06bde2c7aa98febd88e3b8dbcd0c79b (patch)
tree896df4108dfa8e94f6a9eff30a8d4bd9e2a6ff09
parent2ea8411e6da336dcddbb4057c11f2d59b05e1838 (diff)
downloadaur-aa200913a06bde2c7aa98febd88e3b8dbcd0c79b.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 443730a52985..93ed89601ebe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Tue Feb 2 21:48:00 UTC 2016
pkgbase = packetbeat-bin
pkgdesc = An open source network packet analyzer that ships data to Elasticsearch (precompiled)
- pkgver = 1.0.1
+ pkgver = 1.1.0
pkgrel = 1
url = https://www.elastic.co/products/beats/packetbeat
arch = i686
@@ -13,10 +15,10 @@ pkgbase = packetbeat-bin
backup = etc/packetbeat/packetbeat.yml
source = packetbeat.service
sha256sums = 09420676932fd4292351c9b55e835c545013477d015b7ffe8d5009ed1984da64
- source_i686 = https://download.elastic.co/beats/packetbeat/packetbeat-1.0.1-i686.tar.gz
- sha256sums_i686 = 5b02a7ed4cdf10580c74507ac03c9575573d9aeecbc545eec94f4a9676eed93f
- source_x86_64 = https://download.elastic.co/beats/packetbeat/packetbeat-1.0.1-x86_64.tar.gz
- sha256sums_x86_64 = c4fc76a280a975fe29dcb5e68e8e598a4135e785c0f9a5f9bd4b31455ee62ec4
+ source_i686 = https://download.elastic.co/beats/packetbeat/packetbeat-1.1.0-i686.tar.gz
+ sha256sums_i686 = 759786b7bf2688609fefb7f2d09491e97352f282af3bf76ad042d56c2a9a9aa7
+ source_x86_64 = https://download.elastic.co/beats/packetbeat/packetbeat-1.1.0-x86_64.tar.gz
+ sha256sums_x86_64 = c34faa94e1e1533b4a1362cacb62f0fb17ff8feaeec6f60a1712a2fb70f739b7
pkgname = packetbeat-bin
diff --git a/PKGBUILD b/PKGBUILD
index d4a7200cfd53..21dad6e7b1bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=packetbeat-bin
_pkgbase=${pkgname%%-bin}
-pkgver=1.0.1
+pkgver=1.1.0
pkgrel=1
pkgdesc='An open source network packet analyzer that ships data to Elasticsearch (precompiled)'
arch=('i686' 'x86_64')
@@ -18,8 +18,8 @@ sha256sums=('09420676932fd4292351c9b55e835c545013477d015b7ffe8d5009ed1984da64')
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=('5b02a7ed4cdf10580c74507ac03c9575573d9aeecbc545eec94f4a9676eed93f')
-sha256sums_x86_64=('c4fc76a280a975fe29dcb5e68e8e598a4135e785c0f9a5f9bd4b31455ee62ec4')
+sha256sums_i686=('759786b7bf2688609fefb7f2d09491e97352f282af3bf76ad042d56c2a9a9aa7')
+sha256sums_x86_64=('c34faa94e1e1533b4a1362cacb62f0fb17ff8feaeec6f60a1712a2fb70f739b7')
package() {
cd "$srcdir/$_pkgbase-$pkgver-$CARCH"