summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTyler Langlois2016-03-19 22:35:46 -0400
committerTyler Langlois2016-03-19 22:35:46 -0400
commitbe44a12f542f26ce7bfabb4190a4342e570fd347 (patch)
tree756641f7e2d3e7a78de15212a0f67f9ea781a625
parent5a1cb6216a95eee69bf8d3b4c268555bb65f84fc (diff)
downloadaur-be44a12f542f26ce7bfabb4190a4342e570fd347.tar.gz
beats: version 1.1.2 update
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1f67307c22cf..3c6731cda043 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Feb 17 17:36:31 UTC 2016
+# Sun Mar 20 02:29:01 UTC 2016
pkgbase = packetbeat-bin
pkgdesc = An open source network packet analyzer that ships data to Elasticsearch (precompiled)
- pkgver = 1.1.1
+ pkgver = 1.1.2
pkgrel = 1
url = https://www.elastic.co/products/beats/packetbeat
arch = i686
@@ -15,10 +15,10 @@ pkgbase = packetbeat-bin
backup = etc/packetbeat/packetbeat.yml
source = packetbeat.service
sha256sums = e45629a37d5c305efa26e2b6a68561528762081681e547e312bb058cbff76125
- source_i686 = https://download.elastic.co/beats/packetbeat/packetbeat-1.1.1-i686.tar.gz
- sha256sums_i686 = 08d80a5917e6206d1ef39953c50f95803f5d0b14fc8efe7934c3f610399e9f4c
- source_x86_64 = https://download.elastic.co/beats/packetbeat/packetbeat-1.1.1-x86_64.tar.gz
- sha256sums_x86_64 = a2cd9615eff9dd7af3c259a0d62e149bf831fba286a0e6e9880e104cc91d429e
+ source_i686 = https://download.elastic.co/beats/packetbeat/packetbeat-1.1.2-i686.tar.gz
+ sha256sums_i686 = 0057bfa625e792e764c0fe42d9a18b0f91e3162dde493f3467617ecb048bf0ad
+ source_x86_64 = https://download.elastic.co/beats/packetbeat/packetbeat-1.1.2-x86_64.tar.gz
+ sha256sums_x86_64 = 20bbcd1e6de8802edc4f613213e79d4b042a0bef47155c5f455568e7aa927efa
pkgname = packetbeat-bin
diff --git a/PKGBUILD b/PKGBUILD
index bd9fa2ec5db0..31b4b4e730d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=packetbeat-bin
_pkgbase=${pkgname%%-bin}
-pkgver=1.1.1
+pkgver=1.1.2
pkgrel=1
pkgdesc='An open source network packet analyzer that ships data to Elasticsearch (precompiled)'
arch=('i686' 'x86_64')
@@ -18,8 +18,8 @@ sha256sums=('e45629a37d5c305efa26e2b6a68561528762081681e547e312bb058cbff76125')
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=('08d80a5917e6206d1ef39953c50f95803f5d0b14fc8efe7934c3f610399e9f4c')
-sha256sums_x86_64=('a2cd9615eff9dd7af3c259a0d62e149bf831fba286a0e6e9880e104cc91d429e')
+sha256sums_i686=('0057bfa625e792e764c0fe42d9a18b0f91e3162dde493f3467617ecb048bf0ad')
+sha256sums_x86_64=('20bbcd1e6de8802edc4f613213e79d4b042a0bef47155c5f455568e7aa927efa')
package() {
cd "$srcdir/$_pkgbase-$pkgver-$CARCH"