From 3f9358c1081767970efa90bd19050f0d910d6316 Mon Sep 17 00:00:00 2001 From: Jared Ballou Date: Tue, 19 Jan 2016 04:05:16 -0500 Subject: [PATCH] More hash updates --- functions/github_hash.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/functions/github_hash.sh b/functions/github_hash.sh index fefc000a6..067c1aca7 100755 --- a/functions/github_hash.sh +++ b/functions/github_hash.sh @@ -30,6 +30,7 @@ fn_get_github_manifest(){ if [ ! -e "${cachedir}" ]; then mkdir -p "${cachedir}" fi + fn_getgithubfile "functions/jq-linux64" 1 # Get latest commit from GitHub. Cache file for 60 minutes if [ -e $lastcommit_file ]; then if [ $(($(date +%s) - $(date -r ${lastcommit_file} +%s))) -gt 3600 ]; then