From a5a030f2b5ed6bb9ef35344db3d3396af9293b40 Mon Sep 17 00:00:00 2001 From: Christian Clason Date: Sun, 12 Nov 2023 15:51:50 +0100 Subject: [PATCH 1/2] stylua 0.19.0 --- Formula/s/stylua.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/stylua.rb b/Formula/s/stylua.rb index f3656786e4d78..e10a607782ed9 100644 --- a/Formula/s/stylua.rb +++ b/Formula/s/stylua.rb @@ -1,8 +1,8 @@ class Stylua < Formula desc "Opinionated Lua code formatter" homepage "https://github.com/JohnnyMorganz/StyLua" - url "https://github.com/JohnnyMorganz/StyLua/archive/refs/tags/v0.18.2.tar.gz" - sha256 "25a81ffaba54479ca7ddaa6ebb7611d60f8849004b5d6c50ec1b31edb2295c8e" + url "https://github.com/JohnnyMorganz/StyLua/archive/refs/tags/v0.19.0.tar.gz" + sha256 "b227f41250925ef4aa4403cea52fbc144d1a78576eb0181b6d477ca7cf31e6bf" license "MPL-2.0" bottle do From a91b2b21aac55217868da74e01910c8ae690b55f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 12 Nov 2023 15:12:07 +0000 Subject: [PATCH 2/2] stylua: update 0.19.0 bottle. --- Formula/s/stylua.rb | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/Formula/s/stylua.rb b/Formula/s/stylua.rb index e10a607782ed9..b1d2dd10d03d2 100644 --- a/Formula/s/stylua.rb +++ b/Formula/s/stylua.rb @@ -6,15 +6,13 @@ class Stylua < Formula license "MPL-2.0" bottle do - sha256 cellar: :any_skip_relocation, arm64_sonoma: "f2537e2f97ce2d3acd580839e0719d6373c1a509bdfd4cfeb967f9f51bca1cd5" - sha256 cellar: :any_skip_relocation, arm64_ventura: "e5aafd3c0c7350a4693d53ef1a072ab23b18a16ecbbd3878837a5554f9a62c29" - sha256 cellar: :any_skip_relocation, arm64_monterey: "1c23d73fa348162b7b024c6b25d7ed03520da64c2c77180c6a98b055c11432d9" - sha256 cellar: :any_skip_relocation, arm64_big_sur: "c8f9f250710e3770dacc58d48be88aa42d44c4842b7ac9b4b226304d60dcb079" - sha256 cellar: :any_skip_relocation, sonoma: "ed7e294ebe9a89d0c99b607297590a323f075e51a15b0fd03b09dfa97d91b59b" - sha256 cellar: :any_skip_relocation, ventura: "df8883cdd97203c2200a1271a76234ea0c2ec2b78af48c58e285e1dcb2efa8bb" - sha256 cellar: :any_skip_relocation, monterey: "5dc1b41e33c7162d4406eb0ff2f3859bd619701ea0a6a072280ca476d46d7330" - sha256 cellar: :any_skip_relocation, big_sur: "0ee70c9016f249ee808f406d32911d976344855ff1f0b5ef7076cb8ea4cc2f32" - sha256 cellar: :any_skip_relocation, x86_64_linux: "77b4a590aa2dffa173231fdd8fc430e140b3b3b1e9b9c543c69f0a6bfc0eea2e" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "fcccfaf1f593c7070baa9ade73b1ea3878871cad8e600da9a01e8105ef7bef15" + sha256 cellar: :any_skip_relocation, arm64_ventura: "76d31af05d2369622eb627f41b903b85930ea3d6580bc906eaa59f014adea297" + sha256 cellar: :any_skip_relocation, arm64_monterey: "653ae91e8ed8b75a84d685d8ba70b0dc35a39ace833f9dfc68807c39fc134aaa" + sha256 cellar: :any_skip_relocation, sonoma: "1e36df2c568ad0de56d59be5423f39d208943ebe0c8c60caf0a7437c50270d82" + sha256 cellar: :any_skip_relocation, ventura: "3394e7faca9a71384a93de4997f9eb00b928e1c9dda2d4f6a55e1b4cc6803d16" + sha256 cellar: :any_skip_relocation, monterey: "b4e38ab887e4f48768bcf7c8e607e1640e934c91331f2ad2267d8213512c8387" + sha256 cellar: :any_skip_relocation, x86_64_linux: "99de2fa0ab46c112c2616b4f90a234fddf8286cc82cc2eef615b52943e43e2a3" end depends_on "rust" => :build