StyLua: update to 0.11.2.

This commit is contained in:
Omar Zeghouani 2021-11-15 14:12:21 +00:00 committed by Érico Nogueira Rolim
parent 75ca3fa4f2
commit a7d0c98955
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'StyLua'
pkgname=StyLua
version=0.11.1
version=0.11.2
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=af4149a5a5733624dda6bb220a9411eff147b07ecb7c263d5dbce90a483d1df1
checksum=e870551aab62194b92fcb73607c7b7f6e4a41ad75a64e67f18e5ce0a6c608573
build_options="lua52 luau"
build_options_default="lua52 luau"