typstfmt: update to 0.2.9

This commit is contained in:
cinerea0 2024-03-12 12:53:02 -04:00 committed by cinerea0
parent e3023ce92a
commit 00e7aee039

View file

@ -1,6 +1,6 @@
# Template file for 'typstfmt'
pkgname=typstfmt
version=0.2.7
version=0.2.9
revision=1
build_style=cargo
short_desc="Formatter for Typst"
@ -9,9 +9,9 @@ license="MIT"
homepage="https://github.com/astrale-sharp/typstfmt"
changelog="https://raw.githubusercontent.com/astrale-sharp/typstfmt/master/CHANGELOG.md"
distfiles="https://github.com/astrale-sharp/typstfmt/archive/refs/tags/${version}.tar.gz"
checksum=17db7ddb83a8e2e43b3b34f19dcc8cbd3585aea34e05a5689e6f5beda27ac523
checksum=fa24ee1705ff5fec4db45e301d38439d0bd3d6d4ee04b280ba997b2f94ba16d9
export TYPSTFMT_VERSION="$version"
post_install() {
vlicense LICENSE.md
vlicense LICENSE-MIT
}