StyLua: update to 0.14.3.

This commit is contained in:
icp 2022-09-08 22:42:04 +05:30 committed by Michal Vasilek
parent 660e5ce169
commit 3b4086452a

View File

@ -1,6 +1,6 @@
# Template file for 'StyLua'
pkgname=StyLua
version=0.14.2
version=0.14.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=606c37b84110739c375339aefeedc74a9906e59c4f559e112fc0948c13728a7b
checksum=d56d7f9ca7302047ecb5c92eb60436fcc2ee6dcb8c4b0f21d6d0f2c5461a9769
build_options="lua52 luau"
build_options_default="lua52 luau"