Browse Source

Update qbittorrent to v4.6.0 (#827)

main
Nathan Fretz 1 year ago
committed by GitHub
parent
commit
425b2e5b92
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      qbittorrent/docker-compose.yml
  2. 4
      qbittorrent/umbrel-app.yml

2
qbittorrent/docker-compose.yml

@ -8,7 +8,7 @@ services:
PROXY_AUTH_ADD: "false"
server:
image: hotio/qbittorrent:release-4.5.2@sha256:43b975dc4f44c6bd9ff8a63e86b1878d5a0b3b39fa3168aab8d81b7455e79adc
image: hotio/qbittorrent:release-4.6.0@sha256:78ac9dfad4e1bbb7233e11e09781c929e692d92d5de8f499c0f4477eee266622
environment:
- PUID=1000
- PGID=1000

4
qbittorrent/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1
id: qbittorrent
category: networking
name: qBittorrent
version: "4.5.2"
version: "4.6.0"
tagline: Free and reliable P2P Bittorrent client
description: >-
qBittorrent is an open-source software alternative to µTorrent. It's designed to meet the needs of most users while using as little CPU and memory as possible.
@ -13,6 +13,8 @@ description: >-
⚠️ qBittorrent downloads torrents over the Clearnet, not Tor.
releaseNotes: >-
This release updates qBittorrent from version 4.5.2 to 4.6.0. Read the full release notes at https://www.qbittorrent.org/news#sun-oct-22th-2023---qbittorrent-v4.6.0-release
developer: qBittorrent
website: https://qbittorrent.org/
dependencies: []

Loading…
Cancel
Save