Skip to content

Commit

Permalink
Merge pull request #201416 from Homebrew/bump-tinymist-0.12.12
Browse files Browse the repository at this point in the history
tinymist 0.12.12
  • Loading branch information
BrewTestBot authored Dec 16, 2024
2 parents 1a2817e + 5a85c9c commit 9343d12
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.10.tar.gz"
sha256 "65d12ed3c385d10d8ffda7f1234020b2fa21ee29f323d8e0f4bbfbe46a59d62b"
url "https://github.com/Myriad-Dreamin/tinymist/archive/refs/tags/v0.12.12.tar.gz"
sha256 "f9cb474364d2f1e42a51a0c409b03e7f2482787f260d7a2ab6df71dce27b4d47"
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: "a8b3c0f39b0117cbabd03ad4fe2c26545dc17bc5064c5ac66c1456c717edbf6b"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "52c023ffdff14f79d4f39e53db5cf295621ba13ccdf632b9e373b5d1fa627fcc"
sha256 cellar: :any_skip_relocation, arm64_ventura: "1bf3e035ce2253d3cb18c93e4f07e4fd2473cefc076dcd3a73e74bd9cbfa2290"
sha256 cellar: :any_skip_relocation, sonoma: "3043071ce48e9522b7871163885706f9dc185a769aa27871623cd72a45abdf7a"
sha256 cellar: :any_skip_relocation, ventura: "315491fc844a8722fdb12d78e55d380dc48dea338a2f5c041ec846407c26dfa3"
sha256 cellar: :any_skip_relocation, x86_64_linux: "71bbffed3c18413e67d2c54e07fdb01dfab57763b2cfb6794dbfa0f9c942333e"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "737692de0fb0863e5ddc26b15dc579f725a1f923c683f9db45b3b37aa385f8db"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "4b34d737658685b4109b6e1203fef7d30a336d0e0acd85fa7bd29d6f937a2131"
sha256 cellar: :any_skip_relocation, arm64_ventura: "da5e19ab363109efef139201e9a183c1f1084204e889e82f12d0218bb0d4de57"
sha256 cellar: :any_skip_relocation, sonoma: "37aa980369e03a820f03384a4f79b84e168f507853c4f15bc8d353682d61864f"
sha256 cellar: :any_skip_relocation, ventura: "7eb45249b4d76d81f4f508bb0878433898f059447ed8236d070536fa2bf0d042"
sha256 cellar: :any_skip_relocation, x86_64_linux: "8f35ea212c2ddf47df68f3d74e95f60d6a9df6b325ea7ac1bd9b2e4745437ba4"
end

depends_on "rust" => :build
Expand Down

0 comments on commit 9343d12

Please sign in to comment.