summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Lambiris2016-10-12 18:58:24 -0400
committerTony Lambiris2016-10-12 18:58:24 -0400
commit6aaeba42afe8dc86468490347b233309f8c13d40 (patch)
treef7777020343c9b48d9879a0cc3d294f67f4a33a0
parentb1091d67f09a6bf21279cee42279aa820fe941f8 (diff)
downloadaur-6aaeba42afe8dc86468490347b233309f8c13d40.tar.gz
Pin to last known good git commit hash
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4016c7e6e9e9..4563cc6e3c30 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -35,7 +35,7 @@ pkgbase = osquery-git
depends = thrift
depends = yara
backup = etc/osquery/osquery.conf
- source = osquery-git::git+https://github.com/facebook/osquery
+ source = osquery-git::git+https://github.com/facebook/osquery#commit=fa0e15ae1090fcf676d15bfed6c803e8a015d52c
source = osqueryd.conf.d
source = osqueryd.service
source = arch-linux.patch
diff --git a/PKGBUILD b/PKGBUILD
index ae8ad2b7698a..d324dcae346e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -23,7 +23,8 @@ backup=('etc/osquery/osquery.conf')
options=()
install=
changelog=
-source=("${pkgname}::git+https://github.com/facebook/osquery"
+_gitcommit="fa0e15ae1090fcf676d15bfed6c803e8a015d52c"
+source=("${pkgname}::git+https://github.com/facebook/osquery#commit=${_gitcommit}"
"osqueryd.conf.d"
"osqueryd.service"
"arch-linux.patch")