StyLua: update to 0.11.3.

This commit is contained in:
Omar Zeghouani 2022-01-03 00:42:18 +00:00 committed by Érico Nogueira Rolim
parent 7101d33136
commit 0c611607a6

View file

@ -1,6 +1,6 @@
# Template file for 'StyLua'
pkgname=StyLua
version=0.11.2
version=0.11.3
revision=1
build_style=cargo
configure_args="$(vopt_if lua52 '--features lua52') $(vopt_if luau '--features luau')"
@ -10,7 +10,7 @@ license="MPL-2.0"
homepage="https://github.com/JohnnyMorganz/StyLua"
changelog="https://raw.githubusercontent.com/JohnnyMorganz/StyLua/master/CHANGELOG.md"
distfiles="https://github.com/JohnnyMorganz/StyLua/archive/v${version}.tar.gz"
checksum=e870551aab62194b92fcb73607c7b7f6e4a41ad75a64e67f18e5ce0a6c608573
checksum=106c922dda830b3d599d6e9d429aa62b86e1884207db521e758c86427a578c67
build_options="lua52 luau"
build_options_default="lua52 luau"