Skip to content

Commit

Permalink
Merge pull request #197821 from Homebrew/bump-tinymist-0.12.2
Browse files Browse the repository at this point in the history
tinymist 0.12.2
  • Loading branch information
BrewTestBot authored Nov 15, 2024
2 parents edb44e7 + 424dc2e commit e71b431
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/t/tinymist.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Tinymist < Formula
desc "Language server for Typst"
homepage "https://github.com/Myriad-Dreamin/tinymist"
url "https://github.com/Myriad-Dreamin/tinymist/archive/refs/tags/v0.12.0.tar.gz"
sha256 "4b919f2a823b727edb6601d9675a2716baa816ea5e510b09fea4d0d696cc31a0"
url "https://github.com/Myriad-Dreamin/tinymist/archive/refs/tags/v0.12.2.tar.gz"
sha256 "f51531ff4ffee1dbeb6dbadf9db45312a81eb1177f886ac9df01766a65fe4ddb"
license "Apache-2.0"
head "https://github.com/Myriad-Dreamin/tinymist.git", branch: "main"

Expand All @@ -15,12 +15,12 @@ class Tinymist < Formula
end

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "61132e0038f415e656dd121c9af547e20e176093726b929d2ee34228382836db"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "0a24202f7cd6e24885af84d5b0b2bcf2cf17e7e3f3201b163d9246224491a2c0"
sha256 cellar: :any_skip_relocation, arm64_ventura: "a61519f2b5bdda54616214cfdf9b81a9503a382093acc78a0f6d28abb2c44bc7"
sha256 cellar: :any_skip_relocation, sonoma: "28a13ede32ca2679a6087563534451649a61404b65b8b5766ec3108acd70c460"
sha256 cellar: :any_skip_relocation, ventura: "218c95b18efe29e714f5b995da602c2dc17749945933d5976433162915e1fad9"
sha256 cellar: :any_skip_relocation, x86_64_linux: "a717c6bc45ed0d76aa593bf6acb017252bbfcdaf06eb21f88d27c7a573f8c7af"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "f6d5f81c2055d3c55d93fe88134d8fcdb13297aebadcba6f68d87ce3202831f7"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "9b204c15d6f120c7445d2a185b6fa8db2ca8948ecebcb0c625d95e60e53d47a0"
sha256 cellar: :any_skip_relocation, arm64_ventura: "8021582c7faba5cf239fe588c9e2d30302f9dc178a415bd0b775a6a900c45a09"
sha256 cellar: :any_skip_relocation, sonoma: "62090b299af3f5507d766d5ea8d62fbc081acd45c3f7650278062a2b1d90c7a7"
sha256 cellar: :any_skip_relocation, ventura: "c50d4bf9da9ef387b6ba960976ff07b934e6adc7cf682604446f00119be12550"
sha256 cellar: :any_skip_relocation, x86_64_linux: "1d2f120cf8789480a1e3eda9d57e6f6ac19aa2b52a375d9b262d28b1aea9b76f"
end

depends_on "rust" => :build
Expand Down

0 comments on commit e71b431

Please sign in to comment.