StyLua: update to 0.20.0.

This commit is contained in:
icp 2024-01-22 12:18:56 +05:30 committed by cinerea0
parent d1272fec59
commit 5d2603d945
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'StyLua'
pkgname=StyLua
version=0.19.1
version=0.20.0
revision=1
build_style=cargo
configure_args="$(vopt_if lua52 '--features lua52') $(vopt_if lua53 '--features lua53')
@ -11,7 +11,7 @@ license="MPL-2.0"
homepage="https://github.com/JohnnyMorganz/StyLua"
changelog="https://raw.githubusercontent.com/JohnnyMorganz/StyLua/main/CHANGELOG.md"
distfiles="https://github.com/JohnnyMorganz/StyLua/archive/refs/tags/v${version}.tar.gz"
checksum=c232227bf6085e3039b47a2ee24c76dad6ba1e786df65d9933ee000a3ee2c36e
checksum=f4a27b12669953d2edf55b89cc80381f97a2dfa735f53f95c6ae6015c8c35ffb
build_options="lua52 lua53 lua54 luau"
build_options_default="lua52 lua53 lua54 luau"