summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTyler Langlois2016-05-19 21:27:53 -0400
committerTyler Langlois2016-05-19 21:27:53 -0400
commitb483ca182244b6e3098e68295bc2f7c1507363c9 (patch)
treef561f325e3e0bd654afa71ec667790db5badbadc
parent2231ea407ca639e4a715c4715df9629cad2fd186 (diff)
downloadaur-b483ca182244b6e3098e68295bc2f7c1507363c9.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 cd29d64139df..ba3dd0db872f 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 = packetbeat-bin
pkgdesc = An open source network packet analyzer that ships data to Elasticsearch (precompiled)
- pkgver = 1.2.1
+ pkgver = 1.2.3
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.2.1-i686.tar.gz
- sha256sums_i686 = ac4a396f566dbf38b39bc3ef4da3a1dbd69c97f53678048d3508782d4722ee5c
- source_x86_64 = https://download.elastic.co/beats/packetbeat/packetbeat-1.2.1-x86_64.tar.gz
- sha256sums_x86_64 = 2a519f720bed5dee0e37ec82d24197409b2bf147218abde86c58d325ac7d83ba
+ source_i686 = https://download.elastic.co/beats/packetbeat/packetbeat-1.2.3-i686.tar.gz
+ sha256sums_i686 = 7a3aa400a79265647a1de0363b472fd66f1df81e9910bb5f6946ceb3c4c140df
+ source_x86_64 = https://download.elastic.co/beats/packetbeat/packetbeat-1.2.3-x86_64.tar.gz
+ sha256sums_x86_64 = db2fcf1934f1bebe9da2ed08703d0a9361c3efa2be873a9b91559df8bd2bb1dd
pkgname = packetbeat-bin
diff --git a/PKGBUILD b/PKGBUILD
index 9b6a2d2dd568..6e55a4b8127e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=packetbeat-bin
_pkgbase=${pkgname%%-bin}
-pkgver=1.2.1
+pkgver=1.2.3
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=('ac4a396f566dbf38b39bc3ef4da3a1dbd69c97f53678048d3508782d4722ee5c')
-sha256sums_x86_64=('2a519f720bed5dee0e37ec82d24197409b2bf147218abde86c58d325ac7d83ba')
+sha256sums_i686=('7a3aa400a79265647a1de0363b472fd66f1df81e9910bb5f6946ceb3c4c140df')
+sha256sums_x86_64=('db2fcf1934f1bebe9da2ed08703d0a9361c3efa2be873a9b91559df8bd2bb1dd')
package() {
cd "$srcdir/$_pkgbase-$pkgver-$CARCH"