|
1 | 1 | class Neocmakelsp < Formula |
2 | 2 | desc "Another cmake lsp" |
3 | 3 | homepage "https://neocmakelsp.github.io/" |
4 | | - url "https://github.com/neocmakelsp/neocmakelsp/archive/refs/tags/v0.8.16.tar.gz" |
5 | | - sha256 "fd533468e0ab23977243d4923715dc010ddd9d299f8a3d21c1252cfc1ee009b9" |
| 4 | + url "https://github.com/neocmakelsp/neocmakelsp/archive/refs/tags/v0.8.17.tar.gz" |
| 5 | + sha256 "b0aed6b4d7f4fa0869857dd5fbc6a55c460fb15b49a03297d74c9f7d21aaf4ae" |
6 | 6 | license "MIT" |
7 | 7 | head "https://github.com/neocmakelsp/neocmakelsp.git", branch: "master" |
8 | 8 |
|
9 | 9 | bottle do |
10 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "f0050da2e852811d504cc2b0aa1e386a13948dce010d1eebcadf2245b54dcdb6" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "b9c55f84e986d136a051b4b33443f7050cab203b675aabf713aaee9fe4edd362" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "e15f5685585c63301705164bc6c8872fc299ced9ba25e3b3c5275bb0aae69f7e" |
13 | | - sha256 cellar: :any_skip_relocation, sonoma: "e8cc8cec1f98830cb81c86ad9afc1f54073f18007cd97feb093b01f244fd87e5" |
14 | | - sha256 cellar: :any_skip_relocation, ventura: "e5dd18a541e742148c289f832eb24c63ae177059b7f94298c44936de49d8f945" |
15 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "7b433065c82aec492f84ab378e7ff1fd703fa6c9d531d30b2ecfc1ee9f9b2c76" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "8bf96d9fb4bf78747c24d97c098b91c627dcedb85e0001aabd14338e71a44886" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "21889b8cb02d88b4719b8c556cdce1b0a311c00e9602d2b61900a5c4986b0517" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "b3506e02a62175b058271fe2b358b4dc9eeca332406e3946e0e646bff87747d2" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "c5273930b35dbf4e2415ff2465491cd272b6f960ea687aee17c878eff8284d86" |
| 14 | + sha256 cellar: :any_skip_relocation, ventura: "22f83fd7f946f49c6372b89648628aa79ef831072ac8a1bbf9023e0585f19fdb" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "6578f77bf9da9824afb7dfcf677fa9e91afb168aa0fc096dfd5ab4df32163510" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "rust" => :build |
|
0 commit comments