Skip to content

Commit

Permalink
Revert "use libtorrent 2.0"
Browse files Browse the repository at this point in the history
This reverts commit 61fea45.
  • Loading branch information
mrhotio committed Jan 8, 2024
1 parent 61fea45 commit 973fc36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"latest": true,
"description": "Releases",
"version": "4.6.2",
"full_version": "release-4.6.2_v2.0.9",
"full_version": "release-4.6.2_v1.2.19",
"vuetorrent_version": "2.4.0",
"changelog": "https://github.com/qbittorrent/qbittorrent/compare/release-4.6.1...release-4.6.2",
"upstream_image": "ghcr.io/hotio/base",
Expand Down
2 changes: 1 addition & 1 deletion update-versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

vuetorrent_version=$(curl -u "${GITHUB_ACTOR}:${GITHUB_TOKEN}" -fsSL "https://api.github.com/repos/wdaan/vuetorrent/releases/latest" | jq -r .tag_name | sed s/v//g)
[[ -z ${vuetorrent_version} ]] && exit 0
full_version=$(curl -u "${GITHUB_ACTOR}:${GITHUB_TOKEN}" -fsSL "https://github.com/userdocs/qbittorrent-nox-static/releases/latest/download/dependency-version.json" | jq -r '. | "release-\(.qbittorrent)_v\(.libtorrent_2_0)"')
full_version=$(curl -u "${GITHUB_ACTOR}:${GITHUB_TOKEN}" -fsSL "https://github.com/userdocs/qbittorrent-nox-static/releases/latest/download/dependency-version.json" | jq -r '. | "release-\(.qbittorrent)_v\(.libtorrent_1_2)"')
version=$(echo "${full_version}" | sed -e "s/release-//g" -e "s/_.*//g")
[[ -z ${version} ]] && exit 0
old_version=$(jq -r '.version' < VERSION.json)
Expand Down

0 comments on commit 973fc36

Please sign in to comment.