Skip to content

Commit

Permalink
Merge pull request #196504 from Homebrew/bump-typstyle-0.12.1
Browse files Browse the repository at this point in the history
typstyle 0.12.1
  • Loading branch information
BrewTestBot authored Nov 3, 2024
2 parents 4284804 + 0346148 commit 5a6e5b2
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.0.tar.gz"
sha256 "11d19d75d370330ad129bb7b6cd5387ace454451fc3522cf93bda0d8bce2d514"
url "https://github.com/Enter-tainer/typstyle/archive/refs/tags/v0.12.1.tar.gz"
sha256 "68138962a660bec25cfa81503753505a02dc6b14f7b1b7b587c8cd521e96f8e0"
license "Apache-2.0"
head "https://github.com/Enter-tainer/typstyle.git", branch: "master"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "6937e737bfd60d57292f34fefde09bc9f9ac2f3cd5e9ec5d9b7998d34d7ccaf6"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "4e354ea1aad3868355ac43664ec3d3eb93f3e2c236d994d9aa77a38fc3fcdb9b"
sha256 cellar: :any_skip_relocation, arm64_ventura: "926c49fbfc4ce378c50bfa9e87f938b5ec7f08b83b44131162e7b703573d30b1"
sha256 cellar: :any_skip_relocation, sonoma: "b8aeb3518d2c94e1c86a9364aa48ed19e48a819d16cfd9cdcdb6fdfcdddf62d7"
sha256 cellar: :any_skip_relocation, ventura: "9255047e763545e92446f27c44659f98f0e4819b6beed721923eb18df50ab9b9"
sha256 cellar: :any_skip_relocation, x86_64_linux: "3aea55765094d634c80be7521759e61220fd11e11a6bc2545a27e039296af021"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "0ff234e84ab0ec10ccff0d0fc1d1391309bee331a3588a189227125350a5a4cb"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "096179ee91c7958a85d328ecefe3fd59643b14d27dfc7180c3d6df2fb2097f14"
sha256 cellar: :any_skip_relocation, arm64_ventura: "1146b362990231f368f443d6c4135d860817b9378ab29c4f2e2fac15fcd99b26"
sha256 cellar: :any_skip_relocation, sonoma: "be57f5c74911b01a89b5c795078d03fc81b02a01835f0a52c0797e84b7a60289"
sha256 cellar: :any_skip_relocation, ventura: "7ae8107449944ace38a706408b16ef1fa065ce2d0ab920babea2515781a105ea"
sha256 cellar: :any_skip_relocation, x86_64_linux: "b14266c28d68d15afc9affdafe4eacfedae6f839fd630c8ecf297f27bec0b3b4"
end

depends_on "rust" => :build
Expand Down

0 comments on commit 5a6e5b2

Please sign in to comment.