|
1 | 1 | class Bacon < Formula |
2 | 2 | desc "Background rust code check" |
3 | 3 | homepage "https://dystroy.org/bacon/" |
4 | | - url "https://github.com/Canop/bacon/archive/refs/tags/v3.15.0.tar.gz" |
5 | | - sha256 "b162a0e9f827d849c962a5a0623ba9435182e3bf6c8e3fe4630a2446a8326bc7" |
| 4 | + url "https://github.com/Canop/bacon/archive/refs/tags/v3.16.0.tar.gz" |
| 5 | + sha256 "cf7f3471883260f7cd56d1b2bcce713463082e64a830bb46489d7e94303b3ba0" |
6 | 6 | license "AGPL-3.0-or-later" |
7 | 7 | head "https://github.com/Canop/bacon.git", branch: "main" |
8 | 8 |
|
9 | 9 | bottle do |
10 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "6bec10b9beaf96bc4bbc6b868d369741c1291a12c18e97223af18203d8f6e0d4" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "94f284281c13953f8847250463e09c36129d26d505defa17d81d9c461ca2fae4" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "7500b10d06f6fcf4775966c117720a39005e12c48f37bb5ab5e7d903b38fb21e" |
13 | | - sha256 cellar: :any_skip_relocation, sonoma: "c9b34f95d12be979d536325391e843111973094a1a04e776395aa6a2336c3a99" |
14 | | - sha256 cellar: :any_skip_relocation, ventura: "5954ad20e803ff9d68ef08ae9e3b224e1d988f37561e5fa655b6dc4f00f9f756" |
15 | | - sha256 cellar: :any_skip_relocation, arm64_linux: "e38d8e553f79c0e5da15984d4f9f2b4d55505fc610f711ea8d85c1e65c3c7f51" |
16 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "1f42d4795e429efca0f607b1acfe7c3ec544bad1ee8106e9d805e658b05bfb37" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "515a9749166058a8f05e3647422ec5c5110dc00b2d9581c600be120b7234073d" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "981114c4a8d29bffcb6ad44cceaf616848de901305c1fef52def4c06592acd64" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "c993a1aa2fed25096b81bc3c77d265238c672913af8e442bc24eaa793a3d676a" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "7af01dffb194be336f2d974cf7766f6ecf0acd390a1e706585e772374fd05dd5" |
| 14 | + sha256 cellar: :any_skip_relocation, ventura: "d0f652de80161387e3afde9cbfcbd9fe4b1a8d7648b457360050519eefb7eb65" |
| 15 | + sha256 cellar: :any_skip_relocation, arm64_linux: "1df774e15ca034e27075f70c9be02b4c09cf23cb10c5f47968840efac514ef00" |
| 16 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "ccf9b44060ddaa5fc64916bb84b61e81e3c9da34e689034ee5e120219ac25421" |
17 | 17 | end |
18 | 18 |
|
19 | 19 | depends_on "pkgconf" => :build |
|
0 commit comments