StyLua: update to 0.14.0.

This commit is contained in:
Omar Zeghouani 2022-07-08 12:32:53 +01:00 committed by classabbyamp
parent c05bc7f6d6
commit f51a7fe45f
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'StyLua'
pkgname=StyLua
version=0.13.1
version=0.14.0
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=21158028569158ec7c1ad71352f3cb1906a005eb797508aa2b0b4a861162cf72
checksum=2cb07ad462b2c8931e60fe8943c91121b0612c9c41dc56d57a1f2161af5e1162
build_options="lua52 luau"
build_options_default="lua52 luau"