StyLua: update to 0.13.1.

This commit is contained in:
mhmdanas 2022-04-21 17:40:59 +03:00 committed by Echo
parent 8883c7ec25
commit 78c1d13d88

View file

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