From 3ab78ac2a04087c32d12268718c48514f96f1345 Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Mon, 29 Jan 2018 13:30:02 +0000 Subject: [PATCH] * download_prerequisites: Use shasum for FreeBSD and DragonFly. From-SVN: r257143 --- contrib/ChangeLog | 4 ++++ contrib/download_prerequisites | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/contrib/ChangeLog b/contrib/ChangeLog index a88e2f06b50..cf6e03e4e1d 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,3 +1,7 @@ +2018-01-29 Jonathan Wakely + + * download_prerequisites: Use shasum for FreeBSD and DragonFly. + 2018-01-19 Martin Liska * analyze_brprob.py: Support new format that can be easily diff --git a/contrib/download_prerequisites b/contrib/download_prerequisites index ae0b5ffeb32..b50f47cda79 100755 --- a/contrib/download_prerequisites +++ b/contrib/download_prerequisites @@ -47,7 +47,7 @@ force=0 OS=$(uname) case $OS in - "Darwin") + "Darwin"|"FreeBSD"|"DragonFly") chksum='shasum -a 512 --check' ;; *) -- 2.30.2