Bump unrar to 6.2.10

This commit is contained in:
TheSpad
2023-08-10 17:46:17 +01:00
parent 80d2c841ff
commit cc5d8e33d5
3 changed files with 3 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DA
LABEL maintainer="thespad" LABEL maintainer="thespad"
# environment settings # environment settings
ARG UNRAR_VERSION=6.2.8 ARG UNRAR_VERSION=6.2.10
ENV HOME="/config" \ ENV HOME="/config" \
XDG_CONFIG_HOME="/config" \ XDG_CONFIG_HOME="/config" \
XDG_DATA_HOME="/config" XDG_DATA_HOME="/config"

View File

@@ -11,7 +11,7 @@ LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DA
LABEL maintainer="thespad" LABEL maintainer="thespad"
# environment settings # environment settings
ARG UNRAR_VERSION=6.2.8 ARG UNRAR_VERSION=6.2.10
ENV HOME="/config" \ ENV HOME="/config" \
XDG_CONFIG_HOME="/config" \ XDG_CONFIG_HOME="/config" \
XDG_DATA_HOME="/config" XDG_DATA_HOME="/config"

View File

@@ -68,6 +68,7 @@ app_setup_block: |
# changelog # changelog
changelogs: changelogs:
- {date: "10.08.23:", desc: "Bump unrar to 6.2.10."}
- { date: "17.06.23:", desc: "Rebase to Alpine 3.18, deprecate armhf as per [https://www.linuxserver.io/armhf](https://www.linuxserver.io/armhf)." } - { date: "17.06.23:", desc: "Rebase to Alpine 3.18, deprecate armhf as per [https://www.linuxserver.io/armhf](https://www.linuxserver.io/armhf)." }
- { date: "10.06.23:", desc: "Bump unrar to 6.2.8." } - { date: "10.06.23:", desc: "Bump unrar to 6.2.8." }
- { date: "25.02.23:", desc: "Add qt6-qtbase-sqlite to support SQLite database for resume files."} - { date: "25.02.23:", desc: "Add qt6-qtbase-sqlite to support SQLite database for resume files."}