summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 58ffd06e9569..1f67307c22cf 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 = packetbeat-bin
pkgdesc = An open source network packet analyzer that ships data to Elasticsearch (precompiled)
- pkgver = 1.1.0
- pkgrel = 2
+ pkgver = 1.1.1
+ pkgrel = 1
url = https://www.elastic.co/products/beats/packetbeat
arch = i686
arch = x86_64
@@ -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.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
+ 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
pkgname = packetbeat-bin
diff --git a/PKGBUILD b/PKGBUILD
index 0a9d345c94f5..bd9fa2ec5db0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=packetbeat-bin
_pkgbase=${pkgname%%-bin}
-pkgver=1.1.0
-pkgrel=2
+pkgver=1.1.1
+pkgrel=1
pkgdesc='An open source network packet analyzer that ships data to Elasticsearch (precompiled)'
arch=('i686' 'x86_64')
url="https://www.elastic.co/products/beats/$_pkgbase"
@@ -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=('759786b7bf2688609fefb7f2d09491e97352f282af3bf76ad042d56c2a9a9aa7')
-sha256sums_x86_64=('c34faa94e1e1533b4a1362cacb62f0fb17ff8feaeec6f60a1712a2fb70f739b7')
+sha256sums_i686=('08d80a5917e6206d1ef39953c50f95803f5d0b14fc8efe7934c3f610399e9f4c')
+sha256sums_x86_64=('a2cd9615eff9dd7af3c259a0d62e149bf831fba286a0e6e9880e104cc91d429e')
package() {
cd "$srcdir/$_pkgbase-$pkgver-$CARCH"