Skip to content

Commit 4cd9ea7

Browse files
authored
Merge pull request #247017 from Homebrew/bump-tex-fmt-0.5.6
tex-fmt 0.5.6
2 parents e63fc7b + fc2bf3b commit 4cd9ea7

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

Formula/t/tex-fmt.rb

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,18 @@
11
class TexFmt < Formula
22
desc "Extremely fast LaTeX formatter written in Rust"
33
homepage "https://wgunderwood.github.io/tex-fmt/"
4-
url "https://github.com/WGUNDERWOOD/tex-fmt/archive/refs/tags/v0.5.5.tar.gz"
5-
sha256 "383c1620bf789945b04359127adb222118926eea7576910eb6779fb0dcdf9cdc"
4+
url "https://github.com/WGUNDERWOOD/tex-fmt/archive/refs/tags/v0.5.6.tar.gz"
5+
sha256 "84422be49ede7bfaa42949d192a9d7dfb2317c9e68edf3cf6abc346c8a19f036"
66
license "MIT"
77
head "https://github.com/WGUNDERWOOD/tex-fmt.git", branch: "main"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_tahoe: "7f4f5ce98ce153f7f7da164ee5966dac64a12fc817d7a0220916f05940fcaaeb"
11-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "45757bf083d51e7d16f599afaec870417abe6e8691b5b408d8f0c0ace3425260"
12-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "115ded0add4c2317395e13907e2f205dce9a53c154874a51b453338acad73410"
13-
sha256 cellar: :any_skip_relocation, arm64_ventura: "d5b5bf07197ab5a05da982261820ec10905dd27b760f3f0c0715d2cba4f7ed5c"
14-
sha256 cellar: :any_skip_relocation, sonoma: "29c1b48634e64dcf41253f21e330e529db248c150e79f9be91bf5f897c887265"
15-
sha256 cellar: :any_skip_relocation, ventura: "10dc3e6347611707c23641d9306fc3ea515dcf54b2ab5f982c578f86a25e72ea"
16-
sha256 cellar: :any_skip_relocation, arm64_linux: "d3973667d4882d89574a002c7cb737ec934b1a502296466a64fff42826b143c1"
17-
sha256 cellar: :any_skip_relocation, x86_64_linux: "72f0e6eb4ec9c2ae4018168ff6f0388ae97805287e217106c14db8ff5767332b"
10+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "308e7c17a6e05131ff3e483eee3845fa7287c5b41c20b45d2832b7ee75763ed2"
11+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "529746e62639558106ed94dfdeceed69b8c021629fb0b3581aab111831373981"
12+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "890703e95c42436f8f80d74d2819a726238eaedb25d096629e8e0d9af216b6f2"
13+
sha256 cellar: :any_skip_relocation, sonoma: "93713998c6d2477d3981309c914b0cd7f54fd3eb7a5e2c7c3eb05c2d2c5eda83"
14+
sha256 cellar: :any_skip_relocation, arm64_linux: "3675c374858ef61f677ede0867d97efd2c06a7127ad8136d2c7a0fd5f5c83914"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "6800478c7df7b44b8437fdcc3c87133dd812445db40c7f4c98c2af4ff151afb3"
1816
end
1917

2018
depends_on "rust" => :build

0 commit comments

Comments
 (0)