From a48465aa3a37e4c8ad0772c0df30e0c0752f1237 Mon Sep 17 00:00:00 2001 From: icp Date: Sat, 11 Mar 2023 22:35:34 +0530 Subject: [PATCH] StyLua: update to 0.17.0. --- srcpkgs/StyLua/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/StyLua/template b/srcpkgs/StyLua/template index 234a9ff7bfd2..cb59279d72c7 100644 --- a/srcpkgs/StyLua/template +++ b/srcpkgs/StyLua/template @@ -1,6 +1,6 @@ # Template file for 'StyLua' pkgname=StyLua -version=0.16.0 +version=0.17.0 revision=1 build_style=cargo configure_args="$(vopt_if lua52 '--features lua52') $(vopt_if lua53 '--features lua53') @@ -10,8 +10,8 @@ maintainer="Omar Zeghouani " 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/v${version}.tar.gz" -checksum=a42305c175e44c87f4d3c210e7b89d499d81053b48f4aa05bde841a3702ef07a +distfiles="https://github.com/JohnnyMorganz/StyLua/archive/refs/tags/v${version}.tar.gz" +checksum=ec659abac6dbe18b7ac0d53e830ab7a14805b389aa0ff97c06cc7fbf3f341292 build_options="lua52 lua53 lua54 luau" build_options_default="lua52 lua53 lua54 luau"