summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTony Lambiris2016-10-12 18:58:24 -0400
committerTony Lambiris2016-10-12 18:58:24 -0400
commit6aaeba42afe8dc86468490347b233309f8c13d40 (patch)
treef7777020343c9b48d9879a0cc3d294f67f4a33a0 /PKGBUILD
parentb1091d67f09a6bf21279cee42279aa820fe941f8 (diff)
downloadaur-6aaeba42afe8dc86468490347b233309f8c13d40.tar.gz
Pin to last known good git commit hash
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
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")