Skip to content

Commit

Permalink
Merge pull request #69 from linuxserver/master-unrar
Browse files Browse the repository at this point in the history
  • Loading branch information
thespad authored Aug 10, 2023
2 parents 2c526d1 + f8c4cf1 commit 1f3446c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ARG LAZYLIBRARIAN_COMMIT
LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
LABEL maintainer="chbmb"

ARG UNRAR_VERSION=6.1.7
ARG UNRAR_VERSION=6.2.10

RUN \
echo "**** install build packages ****" && \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ARG LAZYLIBRARIAN_COMMIT
LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
LABEL maintainer="chbmb"

ARG UNRAR_VERSION=6.1.7
ARG UNRAR_VERSION=6.2.10

RUN \
echo "**** install build packages ****" && \
Expand Down
1 change: 1 addition & 0 deletions readme-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ app_setup_block: |
The folks over at servarr.com wrote a good [write-up](https://wiki.servarr.com/docker-guide#consistent-and-well-planned-paths) on how to get started with this.
# changelog
changelogs:
- {date: "10.08.23:", desc: "Bump unrar to 6.2.10."}
- {date: "01.07.23:", desc: "Deprecate armhf. As announced [here](https://www.linuxserver.io/blog/a-farewell-to-arm-hf)"}
- {date: "07.12.22:", desc: "Rebase to Ubuntu Jammy, migrate to s6v3. Use pyproject.toml for deps. Build unrar from source."}
- {date: "27.09.22:", desc: "Switch to `Levenshtein`, add cmake as build dep on armhf."}
Expand Down

0 comments on commit 1f3446c

Please sign in to comment.