Browse Source

More hash updates

pull/525/head
Jared Ballou 9 years ago
parent
commit
3f9358c108
  1. 1
      functions/github_hash.sh

1
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

Loading…
Cancel
Save