Commit 3ab78ac2 by Jonathan Wakely Committed by Jonathan Wakely

* download_prerequisites: Use shasum for FreeBSD and DragonFly.

From-SVN: r257143
parent b53e4e1c
2018-01-29 Jonathan Wakely <jwakely@redhat.com>
* download_prerequisites: Use shasum for FreeBSD and DragonFly.
2018-01-19 Martin Liska <mliska@suse.cz> 2018-01-19 Martin Liska <mliska@suse.cz>
* analyze_brprob.py: Support new format that can be easily * analyze_brprob.py: Support new format that can be easily
......
...@@ -47,7 +47,7 @@ force=0 ...@@ -47,7 +47,7 @@ force=0
OS=$(uname) OS=$(uname)
case $OS in case $OS in
"Darwin") "Darwin"|"FreeBSD"|"DragonFly")
chksum='shasum -a 512 --check' chksum='shasum -a 512 --check'
;; ;;
*) *)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment