Skip to content

Commit

Permalink
Upgrade Transmission to v4.0.5 - Second try.
Browse files Browse the repository at this point in the history
This reverts commit c7ddd08.
  • Loading branch information
Maor authored and Maor committed Feb 7, 2024
1 parent c7ddd08 commit d703d62
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions transmission/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ All notable changes to this project are documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [1.2.4] - 2024-02-08

Upgrade Transmission from v4.0.4 to v4.0.5.

## [1.2.3] - 2023-11-27

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.4
transmission-daemon~=4.0.5

COPY run.sh /
RUN chmod a+x /run.sh
Expand Down
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.3"
version: "1.2.4"
slug: "transmission"
init: false
arch:
Expand Down

0 comments on commit d703d62

Please sign in to comment.