Skip to content

Commit

Permalink
Merge pull request #200379 from Homebrew/bump-typstyle-0.12.8
Browse files Browse the repository at this point in the history
typstyle 0.12.8
  • Loading branch information
BrewTestBot authored Dec 7, 2024
2 parents 7afccdf + b1cccac commit e8f3008
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.7.tar.gz"
sha256 "53656d85125b9f96f12bd1c98bb9e3f0a58c9047efcfa3d3f216e54665e687cb"
url "https://github.com/Enter-tainer/typstyle/archive/refs/tags/v0.12.8.tar.gz"
sha256 "a0ec405addfd4b0837838a963d3e57c1063c34a3cf12bfe71aa2e1394190e663"
license "Apache-2.0"
head "https://github.com/Enter-tainer/typstyle.git", branch: "master"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "e8b6a18487309dc2d1deae18c9a8995fa10d7b44edb446ca4d21ab477ee3ea05"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "f8dfb42bd1869fea344002816a11642b82ce98ff5e15162067c429f4f050f3c2"
sha256 cellar: :any_skip_relocation, arm64_ventura: "0878131785299988af660201b197e1fc32dc890d8535d23c96fd10595a29e191"
sha256 cellar: :any_skip_relocation, sonoma: "f52b6b4a338d9b2dee611360159e07c75998716ae3e22f0a2d3f843c8c79d62d"
sha256 cellar: :any_skip_relocation, ventura: "82f38f1a18cbddb4ed417737f8fb9f11e253d1a184d9ea0344195e82acc2e31e"
sha256 cellar: :any_skip_relocation, x86_64_linux: "4b3235af194375a292d3af252c67731e35944f08bad16b6d3032f0a79d8642a2"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "335a52edf9b05939f4fdc59a46c7a78e4371aca6404b593fe4932dcb108c7fd2"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "ed10c0d412567bd1a471eff2de398afb08c44cbdb1a8f432d3209fe968c7aefe"
sha256 cellar: :any_skip_relocation, arm64_ventura: "065a67d455be573f919c7664550e6a55b03a85763a85848566a745c5346bf01f"
sha256 cellar: :any_skip_relocation, sonoma: "c454f1b2d962eed8f151bbda2edc79b32161412629531e4c1446338314fcb299"
sha256 cellar: :any_skip_relocation, ventura: "dd1e1370efc8ed7ee9f2631288c7d62787ca28f037220d86eb98505c20c3ffc8"
sha256 cellar: :any_skip_relocation, x86_64_linux: "eb3c01897caf48c15b3d4904fc508499507b92fd9e25974c44fe94f13c807c20"
end

depends_on "rust" => :build
Expand Down

0 comments on commit e8f3008

Please sign in to comment.