Skip to content

Commit 18d96a1

Browse files
authored
Merge pull request #230140 from Homebrew/bump-parlay-0.9.0
parlay 0.9.0
2 parents 957f494 + 6ba9e03 commit 18d96a1

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/p/parlay.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class Parlay < Formula
22
desc "Enrich SBOMs with data from third party services"
33
homepage "https://github.com/snyk/parlay"
4-
url "https://github.com/snyk/parlay/archive/refs/tags/v0.8.0.tar.gz"
5-
sha256 "6eccd4b992d54c6066909b1a891ed9f6f5de4fbb43015edba5b0c1c35b2cb4e5"
4+
url "https://github.com/snyk/parlay/archive/refs/tags/v0.9.0.tar.gz"
5+
sha256 "b06ae57019144bdec330747dc2593bf07976acab06990682731205a8ce819a72"
66
license "Apache-2.0"
77
head "https://github.com/snyk/parlay.git", branch: "main"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "456169da5e7f9bfdb41468ca3ef6da4cc0633bd53223dda865131da73eabf013"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "456169da5e7f9bfdb41468ca3ef6da4cc0633bd53223dda865131da73eabf013"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "456169da5e7f9bfdb41468ca3ef6da4cc0633bd53223dda865131da73eabf013"
13-
sha256 cellar: :any_skip_relocation, sonoma: "8f7f8ab6b8b264968c52d0406f6e076dcf4fa9708f4e5cb193dfe197633a3739"
14-
sha256 cellar: :any_skip_relocation, ventura: "8f7f8ab6b8b264968c52d0406f6e076dcf4fa9708f4e5cb193dfe197633a3739"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "1daa00909693aa418948b5433d7e1a484e78572c7043a536f98a70c4508a4780"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "9068e1250bb228d85ba7aded90418b57b27dab63a8d68cedf760d281b2f4c31d"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "9068e1250bb228d85ba7aded90418b57b27dab63a8d68cedf760d281b2f4c31d"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "9068e1250bb228d85ba7aded90418b57b27dab63a8d68cedf760d281b2f4c31d"
13+
sha256 cellar: :any_skip_relocation, sonoma: "ae13e29edb7eb752c6588b2fec0a0fb3881d56e1f44b2d711d71923d44641cf3"
14+
sha256 cellar: :any_skip_relocation, ventura: "ae13e29edb7eb752c6588b2fec0a0fb3881d56e1f44b2d711d71923d44641cf3"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "f0bd178923029b114ce65a76c9880b2c7c137fb8e2a125f103f61f9a8b280d45"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)