Skip to content

Commit 9d3e4c1

Browse files
authored
Merge pull request #233826 from Homebrew/bump-powerman-dockerize-0.23.2
powerman-dockerize 0.23.2
2 parents f51fb92 + 7558ba9 commit 9d3e4c1

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
@@ -2,17 +2,17 @@ class PowermanDockerize < Formula
22
desc "Utility to simplify running applications in docker containers"
33
homepage "https://github.com/powerman/dockerize"
44
url "https://github.com/powerman/dockerize.git",
5-
tag: "v0.23.1",
6-
revision: "67f38473db4017b50603c44fa12f5a0e72dddab3"
5+
tag: "v0.23.2",
6+
revision: "b2733c291f1c3be71e0559d35efde3a887dc7060"
77
license "MIT"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "4a0293bcece03af2c4730f956ba99e3ecbac16b858f96aa259a31d2d619f3c0c"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "4a0293bcece03af2c4730f956ba99e3ecbac16b858f96aa259a31d2d619f3c0c"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "4a0293bcece03af2c4730f956ba99e3ecbac16b858f96aa259a31d2d619f3c0c"
13-
sha256 cellar: :any_skip_relocation, sonoma: "f15a2cdcff5ccb5c2121bb2bd51a02843338cb7fd4bfa3bcce3c9ac50f88e2ce"
14-
sha256 cellar: :any_skip_relocation, ventura: "f15a2cdcff5ccb5c2121bb2bd51a02843338cb7fd4bfa3bcce3c9ac50f88e2ce"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "b929edf1227ef9345ed11289fdf6dc7b476072bac539513c46d2a0302571f2da"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "cacb9c8c99dea828b7cbe8d566b4f34b075602eb4c6efa22a3c0e572f12abe99"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "cacb9c8c99dea828b7cbe8d566b4f34b075602eb4c6efa22a3c0e572f12abe99"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "cacb9c8c99dea828b7cbe8d566b4f34b075602eb4c6efa22a3c0e572f12abe99"
13+
sha256 cellar: :any_skip_relocation, sonoma: "0562e04edc456f122f46a454234f49acb227d846f4595cc9e61f408f50c66026"
14+
sha256 cellar: :any_skip_relocation, ventura: "0562e04edc456f122f46a454234f49acb227d846f4595cc9e61f408f50c66026"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "4f6f8becec6b760a1ce4cc250770c9207821b42f4bd8917ea44db186fb4e6c3b"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)