StyLua: update to 0.13.0.

This commit is contained in:
Omar Zeghouani 2022-03-31 23:21:56 +01:00 committed by Echo
parent 74c83217df
commit 74d09da0f3
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'StyLua'
pkgname=StyLua
version=0.12.4
version=0.13.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=ce6b4a6767b17f8d609e8c9d666c5f6f5c2863edd0638e70392bfe55f99b4fd0
checksum=ad74d1f47b0337810459dab9b49694bd5bd6c8c7381a35dcab7866752652988b
build_options="lua52 luau"
build_options_default="lua52 luau"