From 7f3335f400d1ce1a8689c1b63a29afd4f27ac73a Mon Sep 17 00:00:00 2001 From: Dmitry Vorotilin Date: Thu, 11 May 2023 00:56:11 +0300 Subject: [PATCH] Update Transmission to 4.0.3 (#514) --- transmission/docker-compose.yml | 2 +- transmission/umbrel-app.yml | 9 +++++++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/transmission/docker-compose.yml b/transmission/docker-compose.yml index d24bcf0..0ef4f4f 100644 --- a/transmission/docker-compose.yml +++ b/transmission/docker-compose.yml @@ -7,7 +7,7 @@ services: APP_PORT: 9091 server: - image: linuxserver/transmission:version-3.00-r5@sha256:f0b885f211dd6fde7b64f0d6b9e5931929cfc2331fb83d6f3171e412f22b3f87 + image: linuxserver/transmission:4.0.3@sha256:be6b4fd40e4baf685633a9ccc7974fe350115fb4b2afdf244ebc0ccdf9a33cb7 environment: - PUID=1000 - PGID=1000 diff --git a/transmission/umbrel-app.yml b/transmission/umbrel-app.yml index 4027f24..daf74c4 100644 --- a/transmission/umbrel-app.yml +++ b/transmission/umbrel-app.yml @@ -2,7 +2,7 @@ manifestVersion: 1 id: transmission category: Networking name: Transmission -version: "3.00-r5" +version: "4.0.3" 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. @@ -32,7 +32,12 @@ path: "/transmission/web/" defaultUsername: "" defaultPassword: "" torOnly: false +releaseNotes: >- + This release updates Transmission from version 3.00 to 4.0.3 + + + Full release notes are available at https://github.com/transmission/transmission/releases permissions: - STORAGE_DOWNLOADS submitter: Umbrel -submission: https://github.com/getumbrel/umbrel-apps/commit/60878f278d544b204d8e7c96240c797f43a9b319 \ No newline at end of file +submission: https://github.com/getumbrel/umbrel-apps/commit/60878f278d544b204d8e7c96240c797f43a9b319