diff --git a/check_md5.sh b/check_md5.sh index d83c158..cbefe88 100755 --- a/check_md5.sh +++ b/check_md5.sh @@ -27,9 +27,11 @@ # with the --warning argument. # # Written in Bash (and uses sed & awk). # # # +# The latest version of check_md5.sh and check_sha512.sh can be found at: # +# https://github.com/jackbenny/check_md5 # +# # ############################################################################### - VERSION="1.1" AUTHOR="(c) 2012 Jack-Benny Persson (jack-benny@cyberinfo.se)" diff --git a/check_sha512.sh b/check_sha512.sh index 5396466..27d8559 100755 --- a/check_sha512.sh +++ b/check_sha512.sh @@ -27,9 +27,11 @@ # with the --warning argument. # # Written in Bash (and uses sed & awk). # # # +# The latest version of check_md5.sh and check_sha512.sh can be found at: # +# https://github.com/jackbenny/check_md5 # +# # ############################################################################### - VERSION="1.1" AUTHOR="(c) 2012 Jack-Benny Persson (jack-benny@cyberinfo.se), modified for SHA512 by Ryan Loudfoot (elyrith@gmail.com)"