mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
typst-lsp: update to 0.12.1.
This commit is contained in:
parent
1ebf2d5218
commit
0a16ae1b2b
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'typst-lsp'
|
# Template file for 'typst-lsp'
|
||||||
pkgname=typst-lsp
|
pkgname=typst-lsp
|
||||||
version=0.12.0
|
version=0.12.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
configure_args="--no-default-features --features remote-packages,native-tls"
|
configure_args="--no-default-features --features remote-packages,native-tls"
|
||||||
|
@ -10,8 +10,9 @@ short_desc="Language server for Typst"
|
||||||
maintainer="classabbyamp <void@placeviolette.net>"
|
maintainer="classabbyamp <void@placeviolette.net>"
|
||||||
license="Apache-2.0, MIT"
|
license="Apache-2.0, MIT"
|
||||||
homepage="https://github.com/nvarner/typst-lsp"
|
homepage="https://github.com/nvarner/typst-lsp"
|
||||||
|
changelog="https://github.com/nvarner/typst-lsp/releases"
|
||||||
distfiles="https://github.com/nvarner/typst-lsp/archive/refs/tags/v${version}.tar.gz"
|
distfiles="https://github.com/nvarner/typst-lsp/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=45654fccf76ffb32e8e3f6e1deb4cddc9b92269e3db72760667e5f728e849556
|
checksum=88c2053678147e6a3a01389644892f32244317f763622d19eaf7a64fe7e7e2dc
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE-MIT.txt
|
vlicense LICENSE-MIT.txt
|
||||||
|
|
Loading…
Add table
Reference in a new issue