|
1 | 1 | class Parlay < Formula |
2 | 2 | desc "Enrich SBOMs with data from third party services" |
3 | 3 | 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" |
6 | 6 | license "Apache-2.0" |
7 | 7 | head "https://github.com/snyk/parlay.git", branch: "main" |
8 | 8 |
|
9 | 9 | 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" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "go" => :build |
|
0 commit comments