|
1 | 1 | class Typstyle < Formula
|
2 | 2 | desc "Beautiful and reliable typst code formatter"
|
3 | 3 | homepage "https://enter-tainer.github.io/typstyle/"
|
4 |
| - url "https://github.com/Enter-tainer/typstyle/archive/refs/tags/v0.13.0.tar.gz" |
5 |
| - sha256 "2a57d02df94d50e7b0e721ab0d3e6139a1ee892b51a5afb6e1ea8c62f637151f" |
| 4 | + url "https://github.com/Enter-tainer/typstyle/archive/refs/tags/v0.13.1.tar.gz" |
| 5 | + sha256 "da0126df70cf9d99c84449d1d372151cffaf4ea31804c0a527c83b1e4ff4b55b" |
6 | 6 | license "Apache-2.0"
|
7 | 7 | head "https://github.com/Enter-tainer/typstyle.git", branch: "master"
|
8 | 8 |
|
9 | 9 | bottle do
|
10 |
| - sha256 cellar: :any_skip_relocation, arm64_sequoia: "e505606a189142c8ca39b747c8861637d20b982921d99b3f37f3dc4b9be380ab" |
11 |
| - sha256 cellar: :any_skip_relocation, arm64_sonoma: "d1435d713f8d4156d7cb58d55ed6c363195be5429cca8be67dbf5da8c61617e1" |
12 |
| - sha256 cellar: :any_skip_relocation, arm64_ventura: "192900539183a3e62aab7310df3347d76498f89477eeb8ba7c035f25c9cc4c62" |
13 |
| - sha256 cellar: :any_skip_relocation, sonoma: "ad26eaa6428cb4b797b957b7a02f9a9469fde14ad42026f5ac3bb73505b96805" |
14 |
| - sha256 cellar: :any_skip_relocation, ventura: "e958ca295029509f8e486a5b507d7a3beabf3f57cb9d999b6a397590764e06d3" |
15 |
| - sha256 cellar: :any_skip_relocation, x86_64_linux: "3be84f869752d693aec00c8c8689f85068e6fc31a6f6bff632d27c67866ade39" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "c01b9ad6cd67f2f77d95f54809e84e16ea17404c73bb50e68c104a7d82e0c83b" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "d86e102ba0cc32f74d3c4034f0b7fcd67b0d6f19b1a255a6ce0c5303d8b7be7c" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "044e250551a391487962ebbb239fbc82273b70c97b1f6cced1453d0df4383905" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "98f3550f9b773f9fd616148bbe151df0d6e29127ef109a147df120c512e0ec02" |
| 14 | + sha256 cellar: :any_skip_relocation, ventura: "5c5ac0455168ba92c03cd42d37a5ebc50c9d3f35ff709636ef7bef72034e29b7" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "f5da35cf5d1ed2599c7bd2728a0d09b041ba1b38478fe82803841bccd0086140" |
16 | 16 | end
|
17 | 17 |
|
18 | 18 | depends_on "rust" => :build
|
|
0 commit comments