summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2021-04-24 12:20:33 +0200
committerJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2021-04-24 12:20:33 +0200
commit9e974cdb440ce931f70a89005060f810705c6f89 (patch)
tree6d2ad14912c5a3822ec1098e5b041dd9568ca674 /tools
parent36eaef2bea6e052b4f99048362fb9b6fd2e6c58b (diff)
parent46bbd67b3b233e6b775f4dbfe5ff1635e0cad52e (diff)
Merge branch '2.3' of github.com:mixxxdj/mixxx
Diffstat (limited to 'tools')
-rwxr-xr-xtools/macos_buildenv.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/macos_buildenv.sh b/tools/macos_buildenv.sh
index 100708252d..4155313639 100755
--- a/tools/macos_buildenv.sh
+++ b/tools/macos_buildenv.sh
@@ -46,7 +46,7 @@ case "$COMMAND" in
if [ ! -d "${BUILDENV_PATH}" ]; then
if [ "$1" != "--profile" ]; then
echo "Build environment $BUILDENV_NAME not found in mixxx repository, downloading it..."
- curl "https://downloads.mixxx.org/builds/buildserver/2.3.x-macosx/${BUILDENV_NAME}.tar.gz" -o "${BUILDENV_PATH}.tar.gz"
+ curl "https://downloads.mixxx.org/dependencies/buildserver/2.3.x-macosx/${BUILDENV_NAME}.tar.gz" -o "${BUILDENV_PATH}.tar.gz"
OBSERVED_SHA256=$(shasum -a 256 "${BUILDENV_PATH}.tar.gz"|cut -f 1 -d' ')
if [[ "$OBSERVED_SHA256" == "$BUILDENV_SHA256" ]]; then
echo "Download matched expected SHA256 sum $BUILDENV_SHA256"