StyLua: update to 1.12.1.

This commit is contained in:
Omar Zeghouani 2022-01-31 00:25:59 +00:00 committed by Echo
parent 8634e9dd1b
commit 247a44e18c

View File

@ -1,6 +1,6 @@
# Template file for 'StyLua'
pkgname=StyLua
version=0.11.3
version=0.12.1
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=106c922dda830b3d599d6e9d429aa62b86e1884207db521e758c86427a578c67
checksum=f9f57d52a5665c4c878556e14b8533da053d64a55575fbc92e4445c5a064bd4f
build_options="lua52 luau"
build_options_default="lua52 luau"