summaryrefslogtreecommitdiffstats
path: root/core/modules/vbox-src/module.build
diff options
context:
space:
mode:
authorSimon Rettberg2018-09-19 15:46:09 +0200
committerSimon Rettberg2018-09-19 15:46:09 +0200
commit461d15e7a87f77125615d9233d36e8a5356fe9e2 (patch)
treedb366561a59412f49ef80ac600657de8c281580c /core/modules/vbox-src/module.build
parent[xorg] force evdev for eGalax touchscreen (diff)
downloadmltk-461d15e7a87f77125615d9233d36e8a5356fe9e2.tar.gz
mltk-461d15e7a87f77125615d9233d36e8a5356fe9e2.tar.xz
mltk-461d15e7a87f77125615d9233d36e8a5356fe9e2.zip
[vbox-src] Use http so proxy can cache
Diffstat (limited to 'core/modules/vbox-src/module.build')
-rw-r--r--core/modules/vbox-src/module.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/modules/vbox-src/module.build b/core/modules/vbox-src/module.build
index 3352d051..5f60f82d 100644
--- a/core/modules/vbox-src/module.build
+++ b/core/modules/vbox-src/module.build
@@ -3,7 +3,7 @@ fetch_source() {
[ -d "${MODULE_WORK_DIR}/src" ] && rm -rf "${MODULE_WORK_DIR}/src"
[ -z "${REQUIRED_VBOX_VERSION}" ] && perror "REQUIRED_VBOX_VERSION is not set!"
- local BASE_URL="https://download.virtualbox.org/virtualbox"
+ local BASE_URL="http://download.virtualbox.org/virtualbox"
local DOWNLOAD_URL="${BASE_URL}/${REQUIRED_VBOX_VERSION}/VirtualBox-${REQUIRED_VBOX_VERSION}.tar.bz2"
download_untar "$DOWNLOAD_URL" "${MODULE_WORK_DIR}/src" || \
perror "Could not download_untar '$DOWNLOAD_URL' to '${MODULE_WORK_DIR}/src'."