Skip to content
This repository has been archived by the owner on Nov 25, 2022. It is now read-only.

Commit

Permalink
feat: upgrade qbittorrent
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumedsde committed Sep 16, 2022
1 parent 34074e2 commit f487119
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rootfs/usr/sbin/install_qbittorrent.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ set -x
ARCH="$(uname -m)"
echo "building for ${ARCH}"

QBITTORRENT_VERSION=4.4.2
LIBTORRENT_VERSION=v2.0.5
QBITTORRENT_VERSION=4.4.5
LIBTORRENT_VERSION=v2.0.7

if [ "${ARCH}" = "x86_64" ]; then
qbit_arch="x86_64"
Expand Down

0 comments on commit f487119

Please sign in to comment.