summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTony Lambiris2017-10-14 03:27:23 -0400
committerTony Lambiris2017-10-14 03:27:23 -0400
commit73eca5f762347d662dedfbbcb7959a16ba73eb13 (patch)
tree54b81f98c737e29efe308d90f83da9a07b01f51b /PKGBUILD
parentac7e9c52cb58f1a2aee16ad2a37b04165f6a1c01 (diff)
downloadaur-73eca5f762347d662dedfbbcb7959a16ba73eb13.tar.gz
Version bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4543ab61d340..4ad633f1b881 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Tony Lambiris <tony@criticalstack.com>
pkgname=osquery-git
-pkgver=2.9.0.r17.g70220308
+pkgver=2.9.0.r22.gd341d92c
pkgrel=1
pkgdesc="SQL powered operating system instrumentation, monitoring, and analytics."
arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@ makedepends=('asio' 'audit' 'aws-sdk-cpp-git' 'git' 'clang' 'benchmark'
conflicts=()
backup=('etc/osquery/osquery.conf')
options=(!strip)
-_gitcommit="702203086f88931e32a4a582edc79d4a33d44798"
+_gitcommit="e888f3e8e893b8bb1207369abce3477539518659"
#source=("${pkgname}::git+https://github.com/facebook/osquery"
source=("${pkgname}::git+https://github.com/facebook/osquery#commit=${_gitcommit}"
"osqueryd.conf.d"
@@ -27,7 +27,7 @@ source=("${pkgname}::git+https://github.com/facebook/osquery#commit=${_gitcommit
sha256sums=('SKIP'
'6a5522f9058fc3d142dd3642f73ccd2758cc0b43bd28644a0f4eee3e5d7aea55'
'9fcfe9db909c664f7dfeeb7c56c9d964eb6d7673dbe5a4858c09a3953f13cd4b'
- '9f9f04175e720ca93ec29d6401235d1625d7a0919b46b443201868ecf676760e')
+ '450e87b9f38c55627ba13b8446e5be864286b31253511792b85f158e79a4a240')
_gitname=${pkgname}