|
1 | 1 | class FishLsp < Formula |
2 | 2 | desc "LSP implementation for the fish shell language" |
3 | 3 | homepage "https://www.fish-lsp.dev" |
4 | | - url "https://registry.npmjs.org/fish-lsp/-/fish-lsp-1.0.9-1.tgz" |
5 | | - sha256 "c28799ee8b7e3a17b7892aa3f9d80ebe638313b9bce772ac364faee3ced5d43a" |
| 4 | + url "https://registry.npmjs.org/fish-lsp/-/fish-lsp-1.0.10.tgz" |
| 5 | + sha256 "8658f4568796fbc1736774c332b6cf8199bf1218a32297930153bb1a239cd2e5" |
6 | 6 | license "MIT" |
7 | 7 |
|
8 | | - no_autobump! because: :requires_manual_review |
9 | | - |
10 | 8 | bottle do |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "fd0aa44217f04dce7a0016c07e1f232552092de2958a862b3dbba59ff98e5d4e" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "31e2b3079d69b9d7f960399e6ff205aafdaacae5c0d9e39bb8ada0a17a4b2763" |
13 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "391c5738ba7d009359573d185d550c9ad0f838eb6089de88e1598c373532b738" |
14 | | - sha256 cellar: :any_skip_relocation, sonoma: "768ba6503c8d30a8d32c58fdbbd5bf92dd38ccc7d969a8423a24e68d77c28499" |
15 | | - sha256 cellar: :any_skip_relocation, ventura: "cd00a2257cfb0ad4288201717a2d731d0b0b77709a169efca97c2c55460c8d49" |
16 | | - sha256 cellar: :any_skip_relocation, arm64_linux: "653f8c99ce4ef102e2a428dcd2168ace89f63b090819f8c62f8f91267de2046f" |
17 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "43d125c5114e65b3a8b767b686a5f9d91fc12cd81c35a67b3d565c7310ece8ad" |
| 9 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "23292848f5b3230a81e645579c4b63ddd5ffc2b112fc5259d06fcfe6170555c4" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "0b18fa128084adb15fc202f0c92f9ef0331212bda442f2c624ae09e1049c627e" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "a4edd3d72f56ffdb29e2d0c5089c034ad988b27efaa85f7cc80681da792f3352" |
| 12 | + sha256 cellar: :any_skip_relocation, sonoma: "3a48c739199547813106e6b824c7d704d3ff44e07ab072802b4b05da3c18db16" |
| 13 | + sha256 cellar: :any_skip_relocation, ventura: "90831422f1f2d1037b8580a3c8647179f229a050db49f79eac187789e65bf33b" |
| 14 | + sha256 cellar: :any_skip_relocation, arm64_linux: "7825eb104d5cc6f7edb48eba4b40cd899bc5e89fda7e4cde32de2bc8eb3a9e49" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "3f0a041d4dcf3478cbf99396dda7ad0865b0186ea31291fe75043f40f5c4cbf5" |
18 | 16 | end |
19 | 17 |
|
20 | 18 | depends_on "fish" => [:build, :test] |
|
0 commit comments