|
1 | 1 | class Dependabot < Formula |
2 | 2 | desc "Tool for testing and debugging Dependabot update jobs" |
3 | 3 | homepage "https://github.com/dependabot/cli" |
4 | | - url "https://github.com/dependabot/cli/archive/refs/tags/v1.67.0.tar.gz" |
5 | | - sha256 "3f6f7fd63425872ccd606270c172e72af9f66aa8df29db90e6953447403c8196" |
| 4 | + url "https://github.com/dependabot/cli/archive/refs/tags/v1.67.1.tar.gz" |
| 5 | + sha256 "d5ea07080038dcd569c8bf0992933398230b3fbf545d440a627c6d3fdc697b4d" |
6 | 6 | license "MIT" |
7 | 7 | head "https://github.com/dependabot/cli.git", branch: "main" |
8 | 8 |
|
9 | 9 | bottle do |
10 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "75ae622b0ab8693876bcf380cd4da6dc37c6975962bbe16a17cffde5ccc4a5a0" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "75ae622b0ab8693876bcf380cd4da6dc37c6975962bbe16a17cffde5ccc4a5a0" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "75ae622b0ab8693876bcf380cd4da6dc37c6975962bbe16a17cffde5ccc4a5a0" |
13 | | - sha256 cellar: :any_skip_relocation, sonoma: "85c45e578a938fc75f51044d7ada9f75d37eb44747a24642b2fb9c474ad49df5" |
14 | | - sha256 cellar: :any_skip_relocation, ventura: "85c45e578a938fc75f51044d7ada9f75d37eb44747a24642b2fb9c474ad49df5" |
15 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "a4fe9485b24309304662ea132c5e58621631c1d8766278a2ee055af27d38e9f3" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "903c28f2991765922a0c0d33002565b499e206ab5dfa0b7b75302d19bf5cb2bb" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "903c28f2991765922a0c0d33002565b499e206ab5dfa0b7b75302d19bf5cb2bb" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "903c28f2991765922a0c0d33002565b499e206ab5dfa0b7b75302d19bf5cb2bb" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "808154d0cf97f032c146f342fd3734753b8b90a9fd4dbdafcbf41690f427250e" |
| 14 | + sha256 cellar: :any_skip_relocation, ventura: "808154d0cf97f032c146f342fd3734753b8b90a9fd4dbdafcbf41690f427250e" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "b318329155ade65fd3372ed07fe118c178d7e05fde64b63074fb85ae6bd0697e" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "go" => :build |
|
0 commit comments