Skip to content

Commit 72f5a8d

Browse files
authored
Merge pull request #65 from LibrePCB/update-slint
Devtools: Update Slint binaries to 1.11.0
2 parents 72a739c + 716e183 commit 72f5a8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

devtools/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@ RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs \
4646
&& chmod 777 $CARGO_HOME
4747

4848
# Install slint-tr-extractor for usage on LibrePCB server
49-
ARG SLINT_TR_EXTRACTOR_VERSION="1.10.0"
49+
ARG SLINT_TR_EXTRACTOR_VERSION="1.11.0"
5050
RUN cargo install --version $SLINT_TR_EXTRACTOR_VERSION slint-tr-extractor \
5151
&& rm -rf $CARGO_HOME/registry \
5252
&& slint-tr-extractor --version
5353

5454
# Install slint-lsp for its formatter
55-
ARG SLINT_LSP_VERSION="1.10.0"
55+
ARG SLINT_LSP_VERSION="1.11.0"
5656
ARG SLINT_LSP_URL="https://github.com/slint-ui/slint/releases/download/v${SLINT_LSP_VERSION}/slint-lsp-linux.tar.gz"
5757
RUN wget -c "${SLINT_LSP_URL}" -O /tmp.tar.gz \
5858
&& tar -xzf /tmp.tar.gz -C /usr/local/bin --strip-components 1 slint-lsp/slint-lsp \

0 commit comments

Comments
 (0)