Skip to content

Commit be0a81e

Browse files
authored
Merge pull request Homebrew#251788 from Homebrew/bump-typstyle-0.13.19
typstyle 0.13.19
2 parents 3220e70 + ae734da commit be0a81e

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/t/typstyle.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class Typstyle < Formula
22
desc "Beautiful and reliable typst code formatter"
33
homepage "https://typstyle-rs.github.io/typstyle/"
4-
url "https://github.com/typstyle-rs/typstyle/archive/refs/tags/v0.13.18.tar.gz"
5-
sha256 "9f817d410e493d734552f120c419730c668bd4e5d14fd00ab208b29bf2aaa387"
4+
url "https://github.com/typstyle-rs/typstyle/archive/refs/tags/v0.13.19.tar.gz"
5+
sha256 "0d3a1b900633c15e6268b4794e42214b5d486fd7c0bb2ee398c8e2b98ab389e9"
66
license "Apache-2.0"
77
head "https://github.com/typstyle-rs/typstyle.git", branch: "master"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_tahoe: "b240422fe58922b24803d4c8f5831da7f7b4dd36dec7ab3757b4596152315ebf"
11-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "ff803f16fbe3333da8db943a58c73583ef61e7f62dac3c15a9d2ce17b8b09f2b"
12-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "072c0192042b9aa7ce98f881d0c147869fb0c2191764ed2a7fae10f1f3be413f"
13-
sha256 cellar: :any_skip_relocation, sonoma: "27c986e285f17c1e59a0b07a5b13d5868031d70e11c93a9f2695490de4d95451"
14-
sha256 cellar: :any_skip_relocation, arm64_linux: "6b41bd5981eb41a879ec88748a1b090ce145de90c74f3a42464f5bf6dcd1bf5b"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "a83f495d4bb7bada45f42de2c45f6cb3bdfef09f8ee44e409a2ab6051905a24f"
10+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "cac2fb3c996e48fc566eafb3098bdc4f69314dbfb9472b8640a326c0cd246c98"
11+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "2f3e172415c655e2a28df13792cf81f4cf70958f86c9447410a006017937d6c1"
12+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "e1fcf6b6a08b4fa9af73bd931779fca76d627156e4754c21137db8bb1d15a085"
13+
sha256 cellar: :any_skip_relocation, sonoma: "08b719ed51fb0f422b4b904fd9716c0ef3e7ae287405f0a0eba3f3d9e98517fe"
14+
sha256 cellar: :any_skip_relocation, arm64_linux: "5c0d60dda2506dc7649b2a45af0a57264fd5adb03e5fcf42b95285e16b5af463"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "dfe607bd48a10a001d35d12f58383ee2f5379669738808e211dca5e21a5f7c3c"
1616
end
1717

1818
depends_on "rust" => :build

0 commit comments

Comments
 (0)