* download_prerequisites: Use shasum for FreeBSD and DragonFly.

From-SVN: r257143
This commit is contained in:
Jonathan Wakely 2018-01-29 13:30:02 +00:00 committed by Jonathan Wakely
parent b53e4e1c51
commit 3ab78ac2a0
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2018-01-29 Jonathan Wakely <jwakely@redhat.com>
* download_prerequisites: Use shasum for FreeBSD and DragonFly.
2018-01-19 Martin Liska <mliska@suse.cz>
* analyze_brprob.py: Support new format that can be easily

View File

@ -47,7 +47,7 @@ force=0
OS=$(uname)
case $OS in
"Darwin")
"Darwin"|"FreeBSD"|"DragonFly")
chksum='shasum -a 512 --check'
;;
*)