summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTyler Langlois2015-11-19 20:54:54 -0500
committerTyler Langlois2015-11-19 20:54:54 -0500
commit223787811e1eca719dbed9cfd709f31edf3f87f2 (patch)
treed2663f3b45cddc8a4180a73ffeb576f5b420e19e
parent4cf19bae6cb690c266a5bfca574d32453f42145b (diff)
downloadaur-223787811e1eca719dbed9cfd709f31edf3f87f2.tar.gz
packetbeat-bin: version bump to 1.0.0-rc2
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c24bf2678f27..2329142645bd 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_rc1
+ pkgver = 1.0.0_rc2
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-rc1-i686.tar.gz
- sha256sums_i686 = 662edb993b1fd92628db887778941068bcdada523acf699b4bdb2f5c0aa10772
- source_x86_64 = https://download.elastic.co/beats/packetbeat/packetbeat-1.0.0-rc1-x86_64.tar.gz
- sha256sums_x86_64 = 5c39fd96b33ab467152ef0d466ede9e6602687ea9a788df9e1023100c23dd6d3
+ source_i686 = https://download.elastic.co/beats/packetbeat/packetbeat-1.0.0-rc2-i686.tar.gz
+ sha256sums_i686 = 56ee0e3c7d2578a6c8ed28c4b532bbf91de941b412e7958e2bec60c94f1879ba
+ source_x86_64 = https://download.elastic.co/beats/packetbeat/packetbeat-1.0.0-rc2-x86_64.tar.gz
+ sha256sums_x86_64 = cd4ea633c411e8d6394587ebd7d0fd9a0cbdac0bafb65d068cbde06604d10a32
pkgname = packetbeat-bin
diff --git a/PKGBUILD b/PKGBUILD
index efdc7962920b..7cdbb5983dcc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=packetbeat-bin
_pkgbase=${pkgname%%-bin}
-pkgver=1.0.0_rc1
+pkgver=1.0.0_rc2
_pkgver=${pkgver/_/-}
pkgrel=1
pkgdesc='An open source network packet analyzer that ships data to Elasticsearch (precompiled)'
@@ -19,8 +19,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=('662edb993b1fd92628db887778941068bcdada523acf699b4bdb2f5c0aa10772')
-sha256sums_x86_64=('5c39fd96b33ab467152ef0d466ede9e6602687ea9a788df9e1023100c23dd6d3')
+sha256sums_i686=('56ee0e3c7d2578a6c8ed28c4b532bbf91de941b412e7958e2bec60c94f1879ba')
+sha256sums_x86_64=('cd4ea633c411e8d6394587ebd7d0fd9a0cbdac0bafb65d068cbde06604d10a32')
package() {
cd "$srcdir/$_pkgbase-$_pkgver-$CARCH"