Compare commits

...

6 Commits

Author SHA1 Message Date
LinuxServer-CI
97d4b22608 Bot Updating Package Versions 2022-08-29 07:11:28 +02:00
LinuxServer-CI
871008c306 Bot Updating Package Versions 2022-08-12 12:19:44 +02:00
LinuxServer-CI
6b27825bd7 Bot Updating Templated Files 2022-08-12 05:16:39 -05:00
Adam
a3ac4ce7a9 Merge pull request #186 from linuxserver/unrar617-master 2022-08-12 11:15:05 +01:00
TheSpad
beeb9de294 Bump unrar to 6.1.7 2022-08-12 10:35:36 +01:00
LinuxServer-CI
06bec27898 Bot Updating Package Versions 2022-08-07 23:21:33 -05:00
6 changed files with 10 additions and 8 deletions

View File

@@ -9,7 +9,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.1.4 ARG UNRAR_VERSION=6.1.7
ENV HOME="/config" \ ENV HOME="/config" \
XDG_CONFIG_HOME="/config" \ XDG_CONFIG_HOME="/config" \
XDG_DATA_HOME="/config" XDG_DATA_HOME="/config"

View File

@@ -9,7 +9,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.1.4 ARG UNRAR_VERSION=6.1.7
ENV HOME="/config" \ ENV HOME="/config" \
XDG_CONFIG_HOME="/config" \ XDG_CONFIG_HOME="/config" \
XDG_DATA_HOME="/config" XDG_DATA_HOME="/config"

View File

@@ -9,7 +9,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.1.4 ARG UNRAR_VERSION=6.1.7
ENV HOME="/config" \ ENV HOME="/config" \
XDG_CONFIG_HOME="/config" \ XDG_CONFIG_HOME="/config" \
XDG_DATA_HOME="/config" XDG_DATA_HOME="/config"

View File

@@ -264,6 +264,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
## Versions ## Versions
* **12.08.22:** - Bump unrar to 6.1.7.
* **16.06.22:** - Rebase to Alpine 3.16 from edge. * **16.06.22:** - Rebase to Alpine 3.16 from edge.
* **25.05.22:** - Fetch qbitorrent-cli from upstream repo. * **25.05.22:** - Fetch qbitorrent-cli from upstream repo.
* **02.03.22:** - Add unrar, 7zip, and qbitorrent-cli. * **02.03.22:** - Add unrar, 7zip, and qbitorrent-cli.

View File

@@ -4,7 +4,7 @@ alpine-keys-2.4-r1
apk-tools-2.12.9-r3 apk-tools-2.12.9-r3
bash-5.1.16-r2 bash-5.1.16-r2
brotli-libs-1.0.9-r6 brotli-libs-1.0.9-r6
busybox-1.35.0-r16 busybox-1.35.0-r17
ca-certificates-20220614-r0 ca-certificates-20220614-r0
ca-certificates-bundle-20220614-r0 ca-certificates-bundle-20220614-r0
coreutils-9.1-r0 coreutils-9.1-r0
@@ -60,19 +60,19 @@ pcre-8.45-r2
procps-3.3.17-r1 procps-3.3.17-r1
python3-3.10.5-r0 python3-3.10.5-r0
qbittorrent-nox-4.4.3.1-r1 qbittorrent-nox-4.4.3.1-r1
qt6-qtbase-6.3.0-r1 qt6-qtbase-6.3.0-r2
readline-8.1.2-r0 readline-8.1.2-r0
scanelf-1.3.4-r0 scanelf-1.3.4-r0
shadow-4.10-r3 shadow-4.10-r3
skalibs-2.11.2.0-r0 skalibs-2.11.2.0-r0
sqlite-libs-3.38.5-r0 sqlite-libs-3.38.5-r0
ssl_client-1.35.0-r16 ssl_client-1.35.0-r17
tzdata-2022a-r0 tzdata-2022c-r0
utmps-libs-0.1.2.0-r0 utmps-libs-0.1.2.0-r0
xdg-utils-1.1.3-r3 xdg-utils-1.1.3-r3
xprop-1.2.5-r0 xprop-1.2.5-r0
xset-1.2.4-r0 xset-1.2.4-r0
xz-5.2.5-r1 xz-5.2.5-r1
xz-libs-5.2.5-r1 xz-libs-5.2.5-r1
zlib-1.2.12-r1 zlib-1.2.12-r3
zstd-libs-1.5.2-r1 zstd-libs-1.5.2-r1

View File

@@ -69,6 +69,7 @@ app_setup_block: |
# changelog # changelog
changelogs: changelogs:
- { date: "12.08.22:", desc: "Bump unrar to 6.1.7." }
- { date: "16.06.22:", desc: "Rebase to Alpine 3.16 from edge." } - { date: "16.06.22:", desc: "Rebase to Alpine 3.16 from edge." }
- { date: "25.05.22:", desc: "Fetch qbitorrent-cli from upstream repo." } - { date: "25.05.22:", desc: "Fetch qbitorrent-cli from upstream repo." }
- { date: "02.03.22:", desc: "Add unrar, 7zip, and qbitorrent-cli." } - { date: "02.03.22:", desc: "Add unrar, 7zip, and qbitorrent-cli." }