summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfoi2018-05-09 09:05:02 +0700
committerfoi2018-05-09 09:05:02 +0700
commit4622207d64203caf531968ecbde000e742f40b6f (patch)
tree33c610d076a70707aa1f4ce197afd888b42daf4b
parentb5d39ba82e74bc4fe5e75fd0308f5912125cb9b8 (diff)
downloadaur-4622207d64203caf531968ecbde000e742f40b6f.tar.gz
updated to 3.2.4
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD4
3 files changed, 9 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 67bf8dbef44e..72a257321d18 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = osquery-bin
pkgdesc = osquery is an operating system instrumentation framework.
- pkgver = 2.11.2
+ pkgver = 3.2.4
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-2.11.2_1.linux_x86_64.tar.gz
- sha256sums = 6b9f032bf04a0a938c4cd2a7f24f0f4fef1aca8593661f3801822760b178fdbd
+ source = https://osquery-packages.s3.amazonaws.com/linux/osquery-3.2.4_1.linux_x86_64.tar.gz
+ sha256sums = 9ae9c0b935288bb066571b1eebdf71095a1271e32871bb8eb71e4fda2183b8a7
pkgname = osquery-bin
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..93f5d9f2777e
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+pkg/
+src/
+*.tar.gz
+*.tar.xz
diff --git a/PKGBUILD b/PKGBUILD
index d61e3e490ffd..984b0c3d76f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: foi <foi@live.ru>
pkgname=osquery-bin
-pkgver=2.11.2
+pkgver=3.2.4
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=('6b9f032bf04a0a938c4cd2a7f24f0f4fef1aca8593661f3801822760b178fdbd')
+sha256sums=('9ae9c0b935288bb066571b1eebdf71095a1271e32871bb8eb71e4fda2183b8a7')
source=("https://osquery-packages.s3.amazonaws.com/linux/osquery-${pkgver}_${pkgrel}.linux_x86_64.tar.gz")
package() {