Skip to content

Commit

Permalink
Merge pull request #204102 from Homebrew/bump-dockerize-0.9.2
Browse files Browse the repository at this point in the history
dockerize 0.9.2
  • Loading branch information
BrewTestBot authored Jan 13, 2025
2 parents 2edfea0 + c7d5114 commit c231f5d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/d/dockerize.rb
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
class Dockerize < Formula
desc "Utility to simplify running applications in docker containers"
homepage "https://github.com/jwilder/dockerize"
url "https://github.com/jwilder/dockerize/archive/refs/tags/v0.9.1.tar.gz"
sha256 "315f7d5c9eb7456656cd80f54176ff6fe7345b243d3ecdb353db405384eae9c8"
url "https://github.com/jwilder/dockerize/archive/refs/tags/v0.9.2.tar.gz"
sha256 "53b4d6192f1f2038d12db4fcf115e817ca708568cd27af5884b6f727caf9ffc1"
license "MIT"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "e506c61dcd689f0ebaeccc88e593169bb60b22fb66543f0381506a418da33087"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "e506c61dcd689f0ebaeccc88e593169bb60b22fb66543f0381506a418da33087"
sha256 cellar: :any_skip_relocation, arm64_ventura: "e506c61dcd689f0ebaeccc88e593169bb60b22fb66543f0381506a418da33087"
sha256 cellar: :any_skip_relocation, sonoma: "dd374ec4ae14ee340582aa86058a0408070ef919110d37a73279559cf5b18e64"
sha256 cellar: :any_skip_relocation, ventura: "dd374ec4ae14ee340582aa86058a0408070ef919110d37a73279559cf5b18e64"
sha256 cellar: :any_skip_relocation, x86_64_linux: "558caf666a5d35c50ddaba4784a441a2b5331a3393f2530a05f2764a276baaae"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "b57b9ebe03b3afde02bcbbd9e401eb03e6e1bc83c3a31550261f168b0b2ce9c0"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "b57b9ebe03b3afde02bcbbd9e401eb03e6e1bc83c3a31550261f168b0b2ce9c0"
sha256 cellar: :any_skip_relocation, arm64_ventura: "b57b9ebe03b3afde02bcbbd9e401eb03e6e1bc83c3a31550261f168b0b2ce9c0"
sha256 cellar: :any_skip_relocation, sonoma: "7ad3c8b8755e27ad6b2b03a2cec3a44c48dc58ce030939c6ad25987a02266cf3"
sha256 cellar: :any_skip_relocation, ventura: "7ad3c8b8755e27ad6b2b03a2cec3a44c48dc58ce030939c6ad25987a02266cf3"
sha256 cellar: :any_skip_relocation, x86_64_linux: "ee13bb018a21a4b21f4cc93c689c2aa2d7b45cfde157345db8f58b3412f73f5e"
end

depends_on "go" => :build
Expand Down

0 comments on commit c231f5d

Please sign in to comment.