|
1 | 1 | class BaconLs < Formula
|
2 | 2 | desc "Rust diagnostic provider based on Bacon"
|
3 | 3 | homepage "https://github.com/crisidev/bacon-ls"
|
4 |
| - url "https://github.com/crisidev/bacon-ls/archive/refs/tags/0.19.0.tar.gz" |
5 |
| - sha256 "a1376645260417273c0953b713c49921104e93d39ce1568966cb03cf718549c7" |
| 4 | + url "https://github.com/crisidev/bacon-ls/archive/refs/tags/0.20.0.tar.gz" |
| 5 | + sha256 "d0e869a6ced81caf36dae0a5084a4ea7f40eca9940c7ce233f34de0761a5f289" |
6 | 6 | license "MIT"
|
7 | 7 | head "https://github.com/crisidev/bacon-ls.git", branch: "main"
|
8 | 8 |
|
9 | 9 | bottle do
|
10 |
| - sha256 cellar: :any_skip_relocation, arm64_sequoia: "0ad8a2cdc5d886f6cea04cd657d726aba88116b6597bdf8894d338ed2f57c5eb" |
11 |
| - sha256 cellar: :any_skip_relocation, arm64_sonoma: "b98949b48328f288120b11c6f636e9e87dc2e0aa25286fc75905cdd43f17c6b1" |
12 |
| - sha256 cellar: :any_skip_relocation, arm64_ventura: "cf60074b4b9b41f2d55f610fa89b087df5658ff13333a8413995111242f5475b" |
13 |
| - sha256 cellar: :any_skip_relocation, sonoma: "178cd51623840e2877ce990953a03e379d01be1442d1b0c8591f207b70ef4e55" |
14 |
| - sha256 cellar: :any_skip_relocation, ventura: "f606acfe698dc6d78790c4be6dce75f32bc75549cf7c9d8b8203e0f7dbba912e" |
15 |
| - sha256 cellar: :any_skip_relocation, arm64_linux: "0cc3ddce0807e354e6731296cd9f96a7379d31c8cda55d513a92b367146b0f7a" |
16 |
| - sha256 cellar: :any_skip_relocation, x86_64_linux: "f30465a7b4c3657adb157bd8b72124886dec0809b0dd58ec1382035f934ffafc" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "4bb04dbbdcf92af77766a3296ab763ebe5af483a0fcdbf6e134d71729b1cffa1" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "cef10bc7d383e4ce5611cb0a89219acac562c942f67280428aac974c9571c068" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "15ed08e1cc5f6aea0d58b32b3403927709dc234c9b5ce1b22327df7400c09e91" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "66ff4351413ffc52e4a69f29a43b5b9414afc6ef2bd928e68a64b83d617678ae" |
| 14 | + sha256 cellar: :any_skip_relocation, ventura: "0f7a1cc2dc6228f6fa0962a3370ea5c960ae2a9dec4332687a5118618b5a702a" |
| 15 | + sha256 cellar: :any_skip_relocation, arm64_linux: "ca98ca5c83d2fd4173b174c55ec93062b24a7f1bdf4b087bf9dc22720eb2909f" |
| 16 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "5d11e26ca7504d6ff591ae93e3b180a0eb9e670ef0a213f2bf5e61850538bdab" |
17 | 17 | end
|
18 | 18 |
|
| 19 | + depends_on "pkgconf" => :build |
19 | 20 | depends_on "rust" => :build
|
20 | 21 |
|
| 22 | + on_linux do |
| 23 | + depends_on "openssl@3" |
| 24 | + end |
| 25 | + |
21 | 26 | def install
|
22 | 27 | system "cargo", "install", *std_cargo_args
|
23 | 28 | end
|
|
0 commit comments