Skip to content

Commit 37f9e93

Browse files
authored
Merge pull request Homebrew#226924 from Homebrew/bump-bacon-3.16.0
bacon 3.16.0
2 parents f22db1e + 26ec580 commit 37f9e93

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/b/bacon.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
class Bacon < Formula
22
desc "Background rust code check"
33
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"
66
license "AGPL-3.0-or-later"
77
head "https://github.com/Canop/bacon.git", branch: "main"
88

99
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"
1717
end
1818

1919
depends_on "pkgconf" => :build

0 commit comments

Comments
 (0)