Skip to content

Commit

Permalink
Bump Typst version to 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tarleb committed Dec 9, 2024
1 parent 085556f commit 8fdaeb6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ubuntu/typst/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ RUN set -eux; \
cd /tmp; \
ARCH="$(dpkg-architecture --query DEB_BUILD_GNU_CPU)"; \
TYPST_GITHUB="https://github.com/typst/typst/releases/download/"; \
TYPST_VERSION="v0.11.1"; \
TYPST_VERSION="v0.12.0"; \
TYPST_BUILD="typst-${ARCH}-unknown-linux-musl"; \
TYPST_URL="$TYPST_GITHUB/$TYPST_VERSION/$TYPST_BUILD.tar.xz"; \
case "$ARCH" in \
('aarch64') \
TYPST_SHA256='7f14f7fb37b26febffd13e683f90cdacddfde420d5fdc7f809228a78545c4b26'; \
TYPST_SHA256='e81ae98e6b12db5a36c2276e5a9890da48f7a339b92476dd22daf90de3699e11'; \
;; \
('x86_64') \
TYPST_SHA256='bb637d1d65634b2ee4b4e101d0b2d541bf3f1e03ac5f51f9619941e48dd28bd0'; \
TYPST_SHA256='605130a770ebd59a4a579673079cb913a13e75985231657a71d6239a57539ec3'; \
;; \
(*) echo >&2 "error: unsupported architecture '$ARCH'"; \
exit 1 \
Expand Down

0 comments on commit 8fdaeb6

Please sign in to comment.