Skip to content

Commit

Permalink
Merge pull request #199748 from Homebrew/bump-typstyle-0.12.6
Browse files Browse the repository at this point in the history
typstyle 0.12.6
  • Loading branch information
BrewTestBot authored Dec 2, 2024
2 parents 985918f + d057ffd commit 19f27d8
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/t/typstyle.rb
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
class Typstyle < Formula
desc "Beautiful and reliable typst code formatter"
homepage "https://enter-tainer.github.io/typstyle/"
url "https://github.com/Enter-tainer/typstyle/archive/refs/tags/v0.12.5.tar.gz"
sha256 "1dbc3282ba83c133892a96959d3c3e759b25fe58c9a4ec378d38cc6408ce7f80"
url "https://github.com/Enter-tainer/typstyle/archive/refs/tags/v0.12.6.tar.gz"
sha256 "b04a77a9f75dda3a9513088ee3cd28f0a093ff6a977f38186427bbb0e03ce66b"
license "Apache-2.0"
head "https://github.com/Enter-tainer/typstyle.git", branch: "master"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "fb0d4d3f9ae1aace849c6fd90801560e73ea3130c01ce5311a25382e28dd9fba"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "b0d21b50aec540d2e046db91926ab02b0f5a8fed06e1fdd2813216f6a9d43d4d"
sha256 cellar: :any_skip_relocation, arm64_ventura: "908c2453844f3608ff0e0d7fac1f830e84204451b40cd3759a56a2bbd61459b2"
sha256 cellar: :any_skip_relocation, sonoma: "800ddfd0f25fe96e89e390a6b5f8256cf70876e24c6160dea4a67b41c694a537"
sha256 cellar: :any_skip_relocation, ventura: "d4d54da2c2c8d678db8381ca3548022114326e37645a7882118b90a09f6e4912"
sha256 cellar: :any_skip_relocation, x86_64_linux: "7501207efa76af9f881857a7a53a84df3bd06601f782a62c2b1c27d74d1bcdb2"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "ee6f99d3419fd96ad4823c93f938fa865986b9a6c097989625904ccecfa2b45d"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "b132ffe9982efe18c35d463cf7993ea3dfb03c4d94d43120561a189d31de402d"
sha256 cellar: :any_skip_relocation, arm64_ventura: "8b4cce56c2894f4121f0fa7a1f2512b2b55369d68764e791b7eef2de6eee10dc"
sha256 cellar: :any_skip_relocation, sonoma: "55c243e3832a497054e96f7cb6474bab56115ef340bd51015bf007bd68a5fd3a"
sha256 cellar: :any_skip_relocation, ventura: "360fd791ead5a1022344fc539f53c5ab4fa7bcd7bba0fc0cc104a0d3ea793c56"
sha256 cellar: :any_skip_relocation, x86_64_linux: "e00796746724f4c52866cad49d140e2903858677562053600625290758475eb6"
end

depends_on "rust" => :build
Expand Down

0 comments on commit 19f27d8

Please sign in to comment.