summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfoi2018-10-03 06:59:27 +0700
committerfoi2018-10-03 06:59:27 +0700
commited316094af93d8bcd5ed4fe6f18d75dd49e6f670 (patch)
treeffd0cdeeb6678d96e92cab756206e4fe220fe588
parent5e76480d61bf4ee30d4ef558e00558bd438b833a (diff)
downloadaur-ed316094af93d8bcd5ed4fe6f18d75dd49e6f670.tar.gz
3.3.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index be3093702ad2..bd92e8e99a7e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = osquery-bin
pkgdesc = osquery is an operating system instrumentation framework.
- pkgver = 3.2.6
+ pkgver = 3.3.0
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.2.6_1.linux_x86_64.tar.gz
- sha256sums = cb9b1d47bbc8cd2e014914cd035b969278901a7745b2646a439bcad64d517a83
+ source = https://osquery-packages.s3.amazonaws.com/linux/osquery-3.3.0_1.linux_x86_64.tar.gz
+ sha256sums = 147a716ebcc9a281728f95941b04d3c83063aa9d192a0173e12eb37a0f455491
pkgname = osquery-bin
diff --git a/PKGBUILD b/PKGBUILD
index e671af475cbf..c6facd4a1e35 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: foi <foi@live.ru>
pkgname=osquery-bin
-pkgver=3.2.6
+pkgver=3.3.0
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=('cb9b1d47bbc8cd2e014914cd035b969278901a7745b2646a439bcad64d517a83')
+sha256sums=('147a716ebcc9a281728f95941b04d3c83063aa9d192a0173e12eb37a0f455491')
source=("https://osquery-packages.s3.amazonaws.com/linux/osquery-${pkgver}_${pkgrel}.linux_x86_64.tar.gz")
package() {