mirror of
https://github.com/getumbrel/umbrel-apps.git
synced 2024-11-11 16:09:18 +00:00
Update transmission to 4.0.4 (#886)
This commit is contained in:
parent
46bbc2dd85
commit
6e8c2da5b1
|
@ -7,7 +7,7 @@ services:
|
|||
APP_PORT: 9091
|
||||
|
||||
server:
|
||||
image: linuxserver/transmission:4.0.3@sha256:be6b4fd40e4baf685633a9ccc7974fe350115fb4b2afdf244ebc0ccdf9a33cb7
|
||||
image: linuxserver/transmission:4.0.4@sha256:760b2d364dbfb6d84c9688f624dc48f98665b15e9e41be2170715afcc525e329
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
|
|
|
@ -2,7 +2,7 @@ manifestVersion: 1
|
|||
id: transmission
|
||||
category: networking
|
||||
name: Transmission
|
||||
version: "4.0.3"
|
||||
version: "4.0.4"
|
||||
tagline: A fast, easy and free BitTorrent client
|
||||
description: >-
|
||||
Transmission is designed for easy, powerful use. We've set the defaults to just work and it only takes a few clicks to configure advanced features like watch directories, bad peer blocklists, and the web interface. When Ubuntu chose Transmission as its default BitTorrent client, one of the most-cited reasons was its easy learning curve.
|
||||
|
@ -33,7 +33,9 @@ defaultUsername: ""
|
|||
defaultPassword: ""
|
||||
torOnly: false
|
||||
releaseNotes: >-
|
||||
This release updates Transmission from version 3.00 to 4.0.3
|
||||
This release updates Transmission from version 4.0.3 to 4.0.4.
|
||||
|
||||
This is a bugfix-only release.
|
||||
|
||||
|
||||
Full release notes are available at https://github.com/transmission/transmission/releases
|
||||
|
|
Loading…
Reference in New Issue
Block a user