typst: update to 0.4.0.

closes #43977
This commit is contained in:
classabbyamp 2023-05-20 17:58:39 -04:00
parent a1604bf78c
commit c623f74b34
No known key found for this signature in database
GPG key ID: 6BE0755918A4C7F5

View file

@ -1,7 +1,7 @@
# Template file for 'typst' # Template file for 'typst'
pkgname=typst pkgname=typst
reverts="23.03.28_1" reverts="23.03.28_1"
version=0.3.0 version=0.4.0
revision=1 revision=1
build_style=cargo build_style=cargo
make_install_args="--path cli" make_install_args="--path cli"
@ -11,7 +11,7 @@ license="Apache-2.0"
homepage="https://typst.app" homepage="https://typst.app"
changelog="https://typst.app/docs/changelog/" changelog="https://typst.app/docs/changelog/"
distfiles="https://github.com/typst/typst/archive/refs/tags/v${version}.tar.gz" distfiles="https://github.com/typst/typst/archive/refs/tags/v${version}.tar.gz"
checksum=e0bfff4749549ff519be6659b16958eb47f7f39957c0ffd2a74adb7a421d23c6 checksum=97bc0f62d373595ace556677e581daea5845bac18863ff014ced3bf8e650d94b
export TYPST_VERSION="$version" export TYPST_VERSION="$version"
export GEN_ARTIFACTS="./generated" export GEN_ARTIFACTS="./generated"