From d8379c35253aed8f0a4127e4be5c5922a7b1091d Mon Sep 17 00:00:00 2001 From: Andrew Benson Date: Wed, 13 Sep 2023 13:30:59 -0500 Subject: [PATCH] typst: update to 0.8.0. --- srcpkgs/typst/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/typst/template b/srcpkgs/typst/template index 59b1dc354b10aa..a8d418efd7c658 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.7.0 +version=0.8.0 revision=1 build_style=cargo make_install_args="--path crates/typst-cli" @@ -11,7 +11,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=550fb66bb3405951dfd0a1736e9e17756e906e664f6f683eeb87d40643218846 +checksum=4b7886e312171b66fb33b7ad49c4df76748231d0047fb96b407c926070a5d9f9 export TYPST_VERSION="$version" export GEN_ARTIFACTS="./generated"