StyLua: update to 0.19.1.

This commit is contained in:
icp 2023-12-03 12:20:16 +05:30 committed by Andrew J. Hesford
parent d8e3d12afa
commit 4ffac1fad5
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'StyLua'
pkgname=StyLua
version=0.18.2
version=0.19.1
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=25a81ffaba54479ca7ddaa6ebb7611d60f8849004b5d6c50ec1b31edb2295c8e
checksum=c232227bf6085e3039b47a2ee24c76dad6ba1e786df65d9933ee000a3ee2c36e
build_options="lua52 lua53 lua54 luau"
build_options_default="lua52 lua53 lua54 luau"