From b50df2a3ceafda32a10502233899f0617e5f5fe2 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Fri, 7 Mar 2025 12:53:58 -0500 Subject: [PATCH] typst: update to 0.13.1. --- srcpkgs/typst/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/typst/template b/srcpkgs/typst/template index a8b249cbd1e..d919520bc4f 100644 --- a/srcpkgs/typst/template +++ b/srcpkgs/typst/template @@ -1,7 +1,7 @@ # Template file for 'typst' pkgname=typst reverts="23.03.28_1" -version=0.13.0 +version=0.13.1 revision=1 build_style=cargo configure_args="--no-default-features --features=embed-fonts" @@ -14,7 +14,7 @@ license="Apache-2.0" homepage="https://typst.app" changelog="https://typst.app/docs/changelog/" distfiles="https://github.com/typst/typst/archive/refs/tags/v${version}.tar.gz" -checksum=5a7224e32a555ac647ff202667a183b80d35539b685b3ce64bedf5d4e5a1a286 +checksum=2ffd8443668bc0adb59e9893f7904fd9f64dce8799a1930569f56a91305e8b71 export TYPST_VERSION="$version" export GEN_ARTIFACTS="./generated"