Skip to content

Commit 4c5744c

Browse files
authored
Merge pull request Homebrew#206567 from Homebrew/bump-xeol-0.10.3
xeol 0.10.3
2 parents 2e8ca69 + 09d44b7 commit 4c5744c

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/x/xeol.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
class Xeol < Formula
22
desc "Xcanner for end-of-life software in container images, filesystems, and SBOMs"
33
homepage "https://github.com/xeol-io/xeol"
4-
url "https://github.com/xeol-io/xeol/archive/refs/tags/v0.10.2.tar.gz"
5-
sha256 "5e0d79a00b191c1fb950b350826966bfa28aa7993a8666cf2bf52f452af301c5"
4+
url "https://github.com/xeol-io/xeol/archive/refs/tags/v0.10.3.tar.gz"
5+
sha256 "abc5bfbdbf2f325d3957ea3a9992f25af1bb0f5e85eb0b6666d0899080985ef5"
66
license "Apache-2.0"
77

88
bottle do
9-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "834c0966f109b5bb98df2988f16205dac8e1ec4bc8dd6ab48d3c1bf3f23db358"
10-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "8d25f80d8ad7ff85f10061004890782ac5f3b26c613d4ef881c17965d033aa88"
11-
sha256 cellar: :any_skip_relocation, arm64_ventura: "7b3b7a5bf361e3bb7431b12dde030e44c2fe482f44177f401b966bc14152d1e3"
12-
sha256 cellar: :any_skip_relocation, sonoma: "9e49c8d52941a9aa7828b3472c9ab0d45ca7f8ced54eed271afa0ea7efd70b34"
13-
sha256 cellar: :any_skip_relocation, ventura: "0fdfc2749d0346201c9bd2fcc4a63ce72acb3d56a80e9ef85e4272751915dee5"
14-
sha256 cellar: :any_skip_relocation, x86_64_linux: "fa1240dac7c29ba68c1aae1e13285d24484fb8171ed1be02be6445e3d62c86b4"
9+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "87e10685819794180c332478791c95bdd3cf530316988b0066f2e93bb7044e1b"
10+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "14546bd6908a08395a2e47b9722a8b71dbb5573ffb36ed07c6688239920eb1e8"
11+
sha256 cellar: :any_skip_relocation, arm64_ventura: "2ca37e39aa875054b79af7b5fce4e950df3367720c8beb976e2a63c914a92990"
12+
sha256 cellar: :any_skip_relocation, sonoma: "c16d9c302d027e78722592c58fb83010609ff9bbff084032885b8090f568c2a2"
13+
sha256 cellar: :any_skip_relocation, ventura: "a7771325fd5a20e2478d7e21271d70b565749171eef0c58d7bf4a30e33c7f63f"
14+
sha256 cellar: :any_skip_relocation, x86_64_linux: "26c1eb3ae580c51f6c68917cd78e410ebedcfe7c62310f0bace9d92dd9ecbf7d"
1515
end
1616

1717
depends_on "go" => :build

0 commit comments

Comments
 (0)