Merge pull request #25 from mogeko:dev

update qbittorrent version to 4.4.0rc1
This commit is contained in:
Mogeko 2021-11-21 00:49:41 +01:00 committed by GitHub
commit 6ea22b3acd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 5 deletions

View file

@ -1,6 +1,6 @@
# docker-qbittorrent
[![ci_icon]][ci_link] [![image_size]][docker_link] [![image_ver]][docker_link]
[![ci_icon]][ci_link] [![image_size]][docker_link] [![image_ver]][docker_link] [![unstable]][docker_link]
Docker image for qBittorrent.
@ -91,8 +91,9 @@ The code in this project is released under the [GPL-3.0 License][license].
[ci_icon]: https://github.com/mogeko/docker-qbittorrent/actions/workflows/auto-update.yml/badge.svg
[ci_link]: https://github.com/mogeko/docker-qbittorrent/actions/workflows/auto-update.yml
[image_size]: https://img.shields.io/docker/image-size/mogeko/qbittorrent?logo=docker
[image_ver]: https://img.shields.io/docker/v/mogeko/qbittorrent?logo=docker
[image_size]: https://img.shields.io/docker/image-size/mogeko/qbittorrent/latest?logo=docker
[image_ver]: https://img.shields.io/docker/v/mogeko/qbittorrent/latest?label=latest&logo=docker
[unstable]: https://img.shields.io/docker/v/mogeko/qbittorrent?label=edge&logo=docker
[docker_link]: https://hub.docker.com/r/mogeko/qbittorrent
<!-- links -->

View file

@ -1,5 +1,5 @@
{
"qbittorrent": "4.4.0beta3",
"qbittorrent": "4.4.0rc1",
"libtorrent": "2.0.4",
"pkgrel": 2
"pkgrel": 0
}