|
1 | 1 | class Vale < Formula |
2 | 2 | desc "Syntax-aware linter for prose" |
3 | 3 | homepage "https://vale.sh/" |
4 | | - url "https://github.com/errata-ai/vale/archive/refs/tags/v3.8.0.tar.gz" |
5 | | - sha256 "fe460aaddab7ccffdb0f01981ae44f34e648000dcc83b43f1c3e8e636b231298" |
| 4 | + url "https://github.com/errata-ai/vale/archive/refs/tags/v3.9.0.tar.gz" |
| 5 | + sha256 "393ddfef73206cab948709898fe6891b347568f7121d2ff517280128952a1f49" |
6 | 6 | license "MIT" |
7 | 7 |
|
8 | 8 | bottle do |
9 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "a8b54ffb2458237cdaf420c4b12307c0bc580ec04a41a26831c4f178c6ec0f66" |
10 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "0da7bf559a4a3f63422ed9f1629342b14d202e70cf946b0a0160b8a4b0347749" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "a869328505e5e724ff386345d39fd27553c28c7d0b1d610c7ce712d73479a2dc" |
12 | | - sha256 cellar: :any_skip_relocation, sonoma: "9aa6517f7f996ba76e72647d19a255f752a91150d17e9f4e0fb0a3c05b49e968" |
13 | | - sha256 cellar: :any_skip_relocation, ventura: "c5c77ae6ee3311fc30576eabe7b82500f7cde5ba6b7ccbcaba3a52b5c3d69a7a" |
14 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "91a7f06589c246db7ae38d4927dce91496a8e5bd02f2cdaaa1d22da941507782" |
| 9 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "24c395a132a0959876f65946b9febc0a83fdcdc0c032788795da1ec4934a151d" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "fc72326e7e9ce9ea8df23e3c0cc66dedebdd267c4a57f55a6c0bef4c459adabd" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "dd9a77b2583fdb7bc6256c17a8e7624971ac2206fffbbc5108386ff5bec546f6" |
| 12 | + sha256 cellar: :any_skip_relocation, sonoma: "eea89d3ebc17cd616074366f60ad6f69e6d1ad9e06ecda3f6a789f948f3781a2" |
| 13 | + sha256 cellar: :any_skip_relocation, ventura: "d1aeeef464edd22a92d17901d58a0b7b88ea41e76069d1749b0fdb1be8beda8c" |
| 14 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "4d537c77dab9e79a44226ab51bc6e13d6813b0ff2d1fa3907114dd7d9829b1dd" |
15 | 15 | end |
16 | 16 |
|
17 | 17 | depends_on "go" => :build |
|
0 commit comments