StyLua: update to 2.1.0.

This commit is contained in:
icp 2025-07-29 00:47:57 +05:30
parent 3c8d460d43
commit 4bf5668d89

View file

@ -1,6 +1,6 @@
# Template file for 'StyLua'
pkgname=StyLua
version=2.0.2
version=2.1.0
revision=1
build_style=cargo
configure_args="$(vopt_if lua52 '--features lua52') $(vopt_if lua53 '--features lua53')
@ -12,7 +12,7 @@ license="MPL-2.0"
homepage="https://github.com/JohnnyMorganz/StyLua"
changelog="https://raw.githubusercontent.com/JohnnyMorganz/StyLua/main/CHANGELOG.md"
distfiles="https://github.com/JohnnyMorganz/StyLua/archive/refs/tags/v${version}.tar.gz"
checksum=0d88a55d4d33a7d7334bdef8ccaf1fb6524b21dd66d60be8efc0cf92f6d31ad3
checksum=eeca8de825f7cd550a846bb2b0c409f112e8f16fe007863996cc49ca4b9641f9
build_options="lua52 lua53 lua54 luajit luau"
build_options_default="lua52 lua53 lua54 luajit luau"