Skip to content

Commit

Permalink
Merge pull request Homebrew#166363 from timsutton/bump-latexindent-3.…
Browse files Browse the repository at this point in the history
…23.7

latexindent 3.23.7
  • Loading branch information
BrewTestBot authored Mar 16, 2024
2 parents 1c69d1a + 909cb99 commit c7e23fd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
1 change: 1 addition & 0 deletions .github/autobump.txt
Original file line number Diff line number Diff line change
Expand Up @@ -981,6 +981,7 @@ kyverno
lacework-cli
languagetool
latex2html
latexindent
latexml
lazydocker
ld-find-code-refs
Expand Down
22 changes: 11 additions & 11 deletions Formula/l/latexindent.rb
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
class Latexindent < Formula
desc "Add indentation to LaTeX files"
homepage "https://latexindentpl.readthedocs.io"
url "https://github.com/cmhughes/latexindent.pl/archive/refs/tags/V3.23.6.tar.gz"
sha256 "0a9a3fbc907a95deb8c1481f2b5906f866210764203d0dec5a84089737451e14"
url "https://github.com/cmhughes/latexindent.pl/archive/refs/tags/V3.23.7.tar.gz"
sha256 "2536644c4d5c4d0ce3b4f77f4f0fcb9a6479a315febd1beae4c4cb476e6064ea"
license "GPL-3.0-or-later"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "4ef6a0385c6cc714ac38a2d2eefa188352b9f2f4f9587da762b1a17af3b82cb4"
sha256 cellar: :any_skip_relocation, arm64_ventura: "a65ded0411e39a91a617d425d43a7c683d837ebc6224d3034593ec91ffdf334e"
sha256 cellar: :any_skip_relocation, arm64_monterey: "3b71493dd24a92d8367956a21ad2f952ee0c5533f63554a4fa0082d3ca0f0410"
sha256 cellar: :any_skip_relocation, sonoma: "101bb0d3b5637ede147c5f83426dd2b5ca6a336f07a903fc4c76c421db4f4ab7"
sha256 cellar: :any_skip_relocation, ventura: "1fc06eae2b311c459491cc4f28a381e9b6aef218d65d48111b7fa4cf2766f181"
sha256 cellar: :any_skip_relocation, monterey: "9210f1a54c9ebcbc04591b0dbefc6a47fbc62260d8c0867a73864cae9d7954a1"
sha256 cellar: :any_skip_relocation, x86_64_linux: "4c2d401416e352a5130d0d3b1f1a914f1429e66e54d264d7cc449ec5043c4d94"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "ef998eb49cbddc2f60862c4af92274e3e45c46d31c4b9fe2e68348fa2ab94542"
sha256 cellar: :any_skip_relocation, arm64_ventura: "43ec94cceee7117532f2b0bd33b7c14eed51c16cf3972a7b25a4bfc75c21f0db"
sha256 cellar: :any_skip_relocation, arm64_monterey: "f6d08bb74a6fae8c30edc9d3d246f80b6ecc54ce29804901240c40b2fc17ca00"
sha256 cellar: :any_skip_relocation, sonoma: "ab9f1e276341c67aafec8c179c9f1d8ed734fe28a6e65a28e5337af9cb3cd502"
sha256 cellar: :any_skip_relocation, ventura: "b2751ddc23f17e3ea5ce568352c107d08eaec9db33e6ee29c050e66989db87f5"
sha256 cellar: :any_skip_relocation, monterey: "adc6d235938a4274a9de41df774fd47550106de288f2ac5a4c9d7b36e1b4bf19"
sha256 cellar: :any_skip_relocation, x86_64_linux: "2b74f974e99c53ffdab34aadca862993ac0c6a87ade835dbe307a1545a099dcf"
end

depends_on "perl"
Expand All @@ -25,8 +25,8 @@ class Latexindent < Formula
end

resource "B::Hooks::EndOfScope" do
url "https://cpan.metacpan.org/authors/id/E/ET/ETHER/B-Hooks-EndOfScope-0.26.tar.gz"
sha256 "39df2f8c007a754672075f95b90797baebe97ada6d944b197a6352709cb30671"
url "https://cpan.metacpan.org/authors/id/E/ET/ETHER/B-Hooks-EndOfScope-0.28.tar.gz"
sha256 "edac77a17fc36620c8324cc194ce1fad2f02e9fcbe72d08ad0b2c47f0c7fd8ef"
end

resource "Class::Data::Inheritable" do
Expand Down

0 comments on commit c7e23fd

Please sign in to comment.