summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfoi2019-04-14 20:21:36 +0700
committerfoi2019-04-14 20:21:36 +0700
commitbd1ada01360bcf573410627cf722caa152ba522f (patch)
tree26aefdabc63a32485d4fff2d759c22f5c0aeb990
parented316094af93d8bcd5ed4fe6f18d75dd49e6f670 (diff)
downloadaur-bd1ada01360bcf573410627cf722caa152ba522f.tar.gz
update to 3.3.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bd92e8e99a7e..bff2de9eb835 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = osquery-bin
pkgdesc = osquery is an operating system instrumentation framework.
- pkgver = 3.3.0
+ pkgver = 3.3.2
pkgrel = 1
url = https://osquery.io/
arch = x86_64
@@ -10,8 +10,8 @@ pkgbase = osquery-bin
depends = zlib
conflicts = osquery-git
conflicts = kolide-git
- source = https://osquery-packages.s3.amazonaws.com/linux/osquery-3.3.0_1.linux_x86_64.tar.gz
- sha256sums = 147a716ebcc9a281728f95941b04d3c83063aa9d192a0173e12eb37a0f455491
+ source = https://osquery-packages.s3.amazonaws.com/linux/osquery-3.3.2_1.linux_x86_64.tar.gz
+ sha256sums = 05b0b15bd44e6a85813dd92a567c371031938aedbcd2e64d32229a3ca0c2d509
pkgname = osquery-bin
diff --git a/PKGBUILD b/PKGBUILD
index c6facd4a1e35..406d4ea08a89 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: foi <foi@live.ru>
pkgname=osquery-bin
-pkgver=3.3.0
+pkgver=3.3.2
pkgrel=1
pkgdesc="osquery is an operating system instrumentation framework."
arch=('x86_64')
@@ -9,7 +9,7 @@ url="https://osquery.io/"
license=('Apache License 2.0')
depends=('glibc' 'bash' 'zlib')
conflicts=('osquery-git' 'kolide-git')
-sha256sums=('147a716ebcc9a281728f95941b04d3c83063aa9d192a0173e12eb37a0f455491')
+sha256sums=('05b0b15bd44e6a85813dd92a567c371031938aedbcd2e64d32229a3ca0c2d509')
source=("https://osquery-packages.s3.amazonaws.com/linux/osquery-${pkgver}_${pkgrel}.linux_x86_64.tar.gz")
package() {