StyLua: update to 0.18.2.

This commit is contained in:
icp 2023-09-11 21:43:57 +05:30 committed by Duncan Overbruck
parent 1292ca4e4f
commit ce7f99928e
1 changed files with 2 additions and 2 deletions

View File

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