Skip to content

Commit

Permalink
Upgrade Transmission to 4.0.6-r0 (#34)
Browse files Browse the repository at this point in the history
* Upgrade Transmission to 4.0.6-r0

* Upgrade addon version to 1.2.8
  • Loading branch information
maorcc authored Dec 13, 2024
1 parent 622f992 commit 38906b4
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
2 changes: 2 additions & 0 deletions transmission/DOCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ You have several options to get them answered:

In case you've found a bug, please [open an issue on our GitHub][issue].

To check what is the latest version of Transmission that can be supported by this addon, check what is the latest [Alpine version that is supported by Home Assistant Docker-Base](https://github.com/home-assistant/docker-base/pkgs/container/aarch64-base#base-images), then check in [alpinelinux.org](https://pkgs.alpinelinux.org/packages?name=transmission&branch=edge&repo=&arch=x86_64&origin=&flagged=&maintainer=) what version of Transmission is supported by that Alpine.

[discord]: https://discord.gg/9H9uwXXEhJ
[forum]: https://community.home-assistant.io
[issue]: https://github.com/maorcc/hassio-addon-transmission/issues
Expand Down
2 changes: 1 addition & 1 deletion transmission/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ARG BUILD_FROM
FROM $BUILD_FROM

RUN apk add --no-cache \
transmission-daemon~=4.0.5-r2
transmission-daemon~=4.0.6-r0

COPY run.sh /
RUN chmod a+x /run.sh
Expand Down
10 changes: 5 additions & 5 deletions transmission/build.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
build_from:
aarch64: "ghcr.io/home-assistant/aarch64-base:3.20"
armv7: "ghcr.io/home-assistant/armv7-base:3.20"
armhf: "ghcr.io/home-assistant/armhf-base:3.20"
amd64: "ghcr.io/home-assistant/amd64-base:3.20"
i386: "ghcr.io/home-assistant/i386-base:3.20"
aarch64: "ghcr.io/home-assistant/aarch64-base:3.21"
armv7: "ghcr.io/home-assistant/armv7-base:3.21"
armhf: "ghcr.io/home-assistant/armhf-base:3.21"
amd64: "ghcr.io/home-assistant/amd64-base:3.21"
i386: "ghcr.io/home-assistant/i386-base:3.21"
2 changes: 1 addition & 1 deletion transmission/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "Transmission"
homeassistant: "2023.11.3"
description: "Transmission is a popular, fast, open-sourced BitTorrent client with an easy to use web UI."
url: "https://github.com/maorcc/hassio-addon-transmission/tree/main/transmission"
version: "1.2.7"
version: "1.2.8"
slug: "transmission"
init: false
arch:
Expand Down

0 comments on commit 38906b4

Please sign in to comment.