summaryrefslogtreecommitdiffstats
path: root/core/modules/vbox-src/module.build
diff options
context:
space:
mode:
authorSimon Rettberg2018-09-12 12:58:56 +0200
committerYour Name2018-09-12 12:58:56 +0200
commitec77a871c6b53a9e57646bf9668ee91e2b00350c (patch)
treebe3dd505cef95f9b773d7b90ffde9f173956b0de /core/modules/vbox-src/module.build
parent[xorg] Pin X driver versions (diff)
downloadmltk-ec77a871c6b53a9e57646bf9668ee91e2b00350c.tar.gz
mltk-ec77a871c6b53a9e57646bf9668ee91e2b00350c.tar.xz
mltk-ec77a871c6b53a9e57646bf9668ee91e2b00350c.zip
[xbox-src] Update version
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 36417f9e..3352d051 100644
--- a/core/modules/vbox-src/module.build
+++ b/core/modules/vbox-src/module.build
@@ -9,7 +9,7 @@ fetch_source() {
perror "Could not download_untar '$DOWNLOAD_URL' to '${MODULE_WORK_DIR}/src'."
# oracle's extension pack
- DOWNLOAD_URL="${DOWNLOAD_URL%/*}/Oracle_VM_VirtualBox_Extension_Pack-${REQUIRED_VBOX_VERSION}-${REQUIRED_VBOX_EXTPACK_REVISION}.vbox-extpack"
+ DOWNLOAD_URL="${DOWNLOAD_URL%/*}/Oracle_VM_VirtualBox_Extension_Pack-${REQUIRED_VBOX_VERSION}.vbox-extpack"
download_untar "$DOWNLOAD_URL" "${MODULE_WORK_DIR}/extpack" || \
perror "Could not download_untar '$DOWNLOAD_URL' to '${MODULE_WORK_DIR}/extpack'."
}