summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTyler Langlois2016-04-23 15:52:12 -0400
committerTyler Langlois2016-04-23 15:52:12 -0400
commit2231ea407ca639e4a715c4715df9629cad2fd186 (patch)
tree8d75e57936564012519d56b83ea459679b649ea2
parent38f1d7f637729fe53ba6706c8cfa1af204c9d4e7 (diff)
downloadaur-2231ea407ca639e4a715c4715df9629cad2fd186.tar.gz
beats: 1.2.1 release update
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d9fbb683ee45..cd29d64139df 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Apr 6 02:07:49 UTC 2016
+# Sat Apr 23 19:47:24 UTC 2016
pkgbase = packetbeat-bin
pkgdesc = An open source network packet analyzer that ships data to Elasticsearch (precompiled)
- pkgver = 1.2.0
+ pkgver = 1.2.1
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.0-i686.tar.gz
- sha256sums_i686 = 3a8dc4655f9b2ecb5fdd3f1d404a23cb365256158f8c6042fdf3f26b661dd5d5
- source_x86_64 = https://download.elastic.co/beats/packetbeat/packetbeat-1.2.0-x86_64.tar.gz
- sha256sums_x86_64 = 367c668f244d156e6d2a26343a00c93fca6310a50d084c7b9a2ad5154405031f
+ 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
pkgname = packetbeat-bin
diff --git a/PKGBUILD b/PKGBUILD
index 1ce12b904def..9b6a2d2dd568 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=packetbeat-bin
_pkgbase=${pkgname%%-bin}
-pkgver=1.2.0
+pkgver=1.2.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=('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=('3a8dc4655f9b2ecb5fdd3f1d404a23cb365256158f8c6042fdf3f26b661dd5d5')
-sha256sums_x86_64=('367c668f244d156e6d2a26343a00c93fca6310a50d084c7b9a2ad5154405031f')
+sha256sums_i686=('ac4a396f566dbf38b39bc3ef4da3a1dbd69c97f53678048d3508782d4722ee5c')
+sha256sums_x86_64=('2a519f720bed5dee0e37ec82d24197409b2bf147218abde86c58d325ac7d83ba')
package() {
cd "$srcdir/$_pkgbase-$pkgver-$CARCH"