summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTyler Langlois2015-12-25 15:54:03 -0700
committerTyler Langlois2015-12-25 15:54:03 -0700
commit2ea8411e6da336dcddbb4057c11f2d59b05e1838 (patch)
tree58fd74e12c17335872f3701b52348059bd33d5ab
parent96f75543c52ab836a9ee919029feee64f9f0830d (diff)
downloadaur-2ea8411e6da336dcddbb4057c11f2d59b05e1838.tar.gz
beats: update -bin packages to 1.0.1 release
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f1397f851a51..443730a52985 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = packetbeat-bin
pkgdesc = An open source network packet analyzer that ships data to Elasticsearch (precompiled)
- pkgver = 1.0.0
+ pkgver = 1.0.1
pkgrel = 1
url = https://www.elastic.co/products/beats/packetbeat
arch = i686
@@ -13,10 +13,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.0-i686.tar.gz
- sha256sums_i686 = d6dbfe8971666419118d98592b081aec3ac43f96871f7092f311a79be34e54a8
- source_x86_64 = https://download.elastic.co/beats/packetbeat/packetbeat-1.0.0-x86_64.tar.gz
- sha256sums_x86_64 = 7a02dc6a1665e957a7b5dc6650482d246aba84577112cb71cabe118e6dd15849
+ 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
pkgname = packetbeat-bin
diff --git a/PKGBUILD b/PKGBUILD
index 0a9eaf84df51..d4a7200cfd53 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=packetbeat-bin
_pkgbase=${pkgname%%-bin}
-pkgver=1.0.0
+pkgver=1.0.1
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=('d6dbfe8971666419118d98592b081aec3ac43f96871f7092f311a79be34e54a8')
-sha256sums_x86_64=('7a02dc6a1665e957a7b5dc6650482d246aba84577112cb71cabe118e6dd15849')
+sha256sums_i686=('5b02a7ed4cdf10580c74507ac03c9575573d9aeecbc545eec94f4a9676eed93f')
+sha256sums_x86_64=('c4fc76a280a975fe29dcb5e68e8e598a4135e785c0f9a5f9bd4b31455ee62ec4')
package() {
cd "$srcdir/$_pkgbase-$pkgver-$CARCH"