From b42032fc0194dff5dac733ac2151639999efe2c0 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Fri, 18 Oct 2024 22:32:24 -0400 Subject: [PATCH] typst: update to 0.12.0. --- srcpkgs/typst/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/typst/template b/srcpkgs/typst/template index b74cdfa4769..907dbe1c3af 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.11.1 +version=0.12.0 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=b1ba054e821073daafd90675c4822bcd8166f33fe2e3acba87ba1451a0d1fc56 +checksum=5e92463965c0cf6aa003a3bacd1c68591ef2dc0db59dcdccb8f7b084836a1266 export TYPST_VERSION="$version" export GEN_ARTIFACTS="./generated"