guillaumedsde / alpine-qbittorrent-openvpn

qBittorrent docker container with OpenVPN client running as unprivileged user on alpine linux
https://guillaumedsde.gitlab.io/alpine-qbittorrent-openvpn/
GNU General Public License v3.0
216 stars 40 forks source link

bug : qbittorrent-nox-static release url format has changed #77

Closed userdocs closed 3 years ago

userdocs commented 3 years ago

When I added cross building for armhf and armv7 I also changed the URL format.

edit: Since I also updated some older releases including https://github.com/userdocs/qbittorrent-nox-static/releases/tag/release-4.3.5_v2.0.3

Which will break this.

https://github.com/guillaumedsde/alpine-qbittorrent-openvpn/blob/master/rootfs/usr/sbin/install_qbittorrent.sh#L16

It's basically reversed.

aarch64-qbittorrent-nox

Also this would work if you only want the latest release ((libtorrent version v1) instead of a specific version

https://github.com/userdocs/qbittorrent-nox-static/releases/latest/download/aarch64-qbittorrent-nox

guillaumedsde commented 3 years ago

Hi @userdocs thanks for notifying, I've updated the URL format, thanks for the time you spend maintaining these static builds they are very much appreciated :)