|
1 | 1 | class PowermanDockerize < Formula |
2 | 2 | desc "Utility to simplify running applications in docker containers" |
3 | 3 | homepage "https://github.com/powerman/dockerize" |
4 | | - url "https://github.com/powerman/dockerize/archive/refs/tags/v0.20.4.tar.gz" |
5 | | - sha256 "4981d4128f2e156d5fe27a7d6ac7b9e70c94ffb8e9cea792e7b18d7fbaa4499e" |
| 4 | + url "https://github.com/powerman/dockerize/archive/refs/tags/v0.22.2.tar.gz" |
| 5 | + sha256 "8cc5e74d6785c6928adacf6fc70fc712b75b0f5bb1dc1e42e27e976acfef1818" |
6 | 6 | license "MIT" |
7 | 7 |
|
8 | 8 | bottle do |
9 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "50f7815cb8f54e0eb4cbfc2259ff64f823694523de8cc0c5a365cf57c0cab7ba" |
10 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "50f7815cb8f54e0eb4cbfc2259ff64f823694523de8cc0c5a365cf57c0cab7ba" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "50f7815cb8f54e0eb4cbfc2259ff64f823694523de8cc0c5a365cf57c0cab7ba" |
12 | | - sha256 cellar: :any_skip_relocation, sonoma: "ef4a558d65bafb4bb4a8e3dffde25ff31e4418e0b8228eac9982e9a29ffdc701" |
13 | | - sha256 cellar: :any_skip_relocation, ventura: "ef4a558d65bafb4bb4a8e3dffde25ff31e4418e0b8228eac9982e9a29ffdc701" |
14 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "a4735f34ed9652ce129ca4bc91094fad060ef72cf0a5a08226944b4653b3706a" |
| 9 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "da2232bef02bf8029796b6e9cd47a721dbd3a5add7ef3eca2d8992ad68e13f1f" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "da2232bef02bf8029796b6e9cd47a721dbd3a5add7ef3eca2d8992ad68e13f1f" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "da2232bef02bf8029796b6e9cd47a721dbd3a5add7ef3eca2d8992ad68e13f1f" |
| 12 | + sha256 cellar: :any_skip_relocation, sonoma: "b25fdf74eb0fc715fd1b0c1c7449429ece0232b291205a050a452d01f07805f2" |
| 13 | + sha256 cellar: :any_skip_relocation, ventura: "b25fdf74eb0fc715fd1b0c1c7449429ece0232b291205a050a452d01f07805f2" |
| 14 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "d6d1224444b23fe2cec6d510547ac834a6cc67abb73d37f0a0cd83f9ce42d687" |
15 | 15 | end |
16 | 16 |
|
17 | 17 | depends_on "go" => :build |
|
0 commit comments