Skip to content

Commit 96b717a

Browse files
authored
Merge pull request #229879 from Homebrew/bump-powerman-dockerize-0.22.2
powerman-dockerize 0.22.2
2 parents f01d857 + 5982a24 commit 96b717a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/p/powerman-dockerize.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
class PowermanDockerize < Formula
22
desc "Utility to simplify running applications in docker containers"
33
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"
66
license "MIT"
77

88
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"
1515
end
1616

1717
depends_on "go" => :build

0 commit comments

Comments
 (0)