Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump unrar to 6.2.10 #198

Merged
merged 1 commit into from
Aug 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
FROM ghcr.io/linuxserver/baseimage-alpine:3.18

# set version label
ARG UNRAR_VERSION=6.2.6
ARG UNRAR_VERSION=6.2.10
ARG BUILD_DATE
ARG VERSION
ARG SABNZBD_VERSION
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.18

# set version label
ARG UNRAR_VERSION=6.2.6
ARG UNRAR_VERSION=6.2.10
ARG BUILD_DATE
ARG VERSION
ARG SABNZBD_VERSION
Expand Down
1 change: 1 addition & 0 deletions readme-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ app_setup_block: |

# changelog
changelogs:
- {date: "10.08.23:", desc: "Bump unrar to 6.2.10."}
- { date: "16.05.23:", desc: "Rebase stable to Alpine 3.18, deprecate armhf." }
- { date: "15.03.23:", desc: "Switch from p7zip to 7zip, bump unrar to 6.2.6." }
- { date: "05.03.23:", desc: "Rebase master branch to Alpine 3.17." }
Expand Down