File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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"
5050RUN 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"
5656ARG SLINT_LSP_URL="https://github.com/slint-ui/slint/releases/download/v${SLINT_LSP_VERSION}/slint-lsp-linux.tar.gz"
5757RUN 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 \
You can’t perform that action at this time.
0 commit comments