Skip to content

Commit

Permalink
Fix download name and URL for qtbase 5.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dg0yt committed Mar 29, 2017
1 parent 902943e commit 2166fd3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions qt-5.6.2-1.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,9 @@ superbuild_package(
zlib

SOURCE
DOWNLOAD_NAME qtbase_${version}+dfsg-1.orig.tar.gz
URL https://github.com/OpenOrienteering/superbuild/releases/download/2017.03/qtbase-opensource-src-${version}+dfsg-1.tar.gz
DOWNLOAD_NAME qtbase-opensource-src_${version}+dfsg.orig.tar.gz
# Cannot use "+" in Github releases downloads
URL https://github.com/OpenOrienteering/superbuild/releases/download/2017.03/qtbase-opensource-src_${version}-dfsg.orig.tar.gz
URL_HASH SHA256=146cc26240358c1c93fb833cd6a688a8d062dc29417f2199d7af00dd907e0ceb
PATCH_COMMAND
"${CMAKE_COMMAND}" -E touch <SOURCE_DIR>/.git
Expand Down

0 comments on commit 2166fd3

Please sign in to comment.