Skip to content

Commit

Permalink
Revert "Update qbittorrent-nox-static.sh"
Browse files Browse the repository at this point in the history
This reverts commit 375ef9d.
  • Loading branch information
userdocs committed May 9, 2022
1 parent 375ef9d commit bcac350
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qbittorrent-nox-static.sh
Original file line number Diff line number Diff line change
Expand Up @@ -538,10 +538,10 @@ set_module_urls() {
#
qbt_qt_full_version="${qtbase_github_tag}"
else
qtbase_github_tag="5.15"
qtbase_github_tag="kde/5.15"
qtbase_github_url="https://invent.kde.org/qt/qt/qtbase.git"
#
qttools_github_tag="5.15"
qttools_github_tag="kde/5.15"
qttools_github_url="https://invent.kde.org/qt/qt/qttools.git"
#
qbt_qt_full_version="$(curl "https://invent.kde.org/qt/qt/qtbase/-/raw/${qtbase_github_tag}/.qmake.conf" | sed -rn 's|MODULE_VERSION = (.*)|\1|p')" # get the version from the headers
Expand Down

0 comments on commit bcac350

Please sign in to comment.