Skip to content
Snippets Groups Projects
Commit d0916ebc authored by Khalid Masum's avatar Khalid Masum Committed by Steve Lhomme
Browse files

contrib: qt: fix download link

Currently qtbase tarball download from vlc mirror fails because of
an unwanted space inserted into the link. Fix it.
parent b42481c7
No related branches found
No related tags found
1 merge request!5370contrib: qt: fix download link
Pipeline #470523 passed with warnings with stage
in 1 hour, 14 minutes, and 16 seconds
......@@ -32,7 +32,7 @@ PKGS_FOUND += qt-tools
endif
$(TARBALLS)/qtbase-everywhere-src-$(QTBASE_VERSION_FULL).tar.xz:
$(call download_pkg,$(QTBASE_URL), qt)
$(call download_pkg,$(QTBASE_URL),qt)
.sum-qt: qtbase-everywhere-src-$(QTBASE_VERSION_FULL).tar.xz
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment