Skip to content

Commit

Permalink
upgrade qtkeychain to 0.14.2 release
Browse files Browse the repository at this point in the history
Signed-off-by: Matthieu Gallien <[email protected]>
  • Loading branch information
mgallien committed Feb 6, 2024
1 parent cd3cf5b commit defc0a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client-appimage/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ ENV PKG_CONFIG_PATH ${QT_ROOT}/lib/pkgconfig:${PKG_CONFIG_PATH}
# Install QtKeychain
RUN if [ "$BUILD_QT" != "1" ] ; then \
cd /tmp && \
git clone https://github.com/frankosterfeld/qtkeychain.git --depth 1 -b v0.12.0 && \
git clone https://github.com/frankosterfeld/qtkeychain.git --depth 1 -b 0.14.2 && \
cd qtkeychain && \
mkdir build && \
cd build && \
Expand Down
2 changes: 1 addition & 1 deletion client/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ ENV PKG_CONFIG_PATH ${QT_ROOT}/lib/pkgconfig:${PKG_CONFIG_PATH}
# Install QtKeychain
RUN if [ "$BUILD_QT" != "1" ] ; then \
cd /tmp && \
git clone https://github.com/frankosterfeld/qtkeychain.git --depth 1 -b v0.12.0 && \
git clone https://github.com/frankosterfeld/qtkeychain.git --depth 1 -b 0.14.2 && \
cd qtkeychain && \
mkdir build && \
cd build && \
Expand Down

0 comments on commit defc0a1

Please sign in to comment.