Skip to content

Commit

Permalink
Merge pull request #154238 from Porkepix/bump-go-camo-2.4.7
Browse files Browse the repository at this point in the history
go-camo 2.4.7
  • Loading branch information
BrewTestBot authored Nov 14, 2023
2 parents 776d596 + 9eb626e commit f732e2f
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/g/go-camo.rb
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
class GoCamo < Formula
desc "Secure image proxy server"
homepage "https://github.com/cactus/go-camo"
url "https://github.com/cactus/go-camo/archive/refs/tags/v2.4.6.tar.gz"
sha256 "bc0ac24978dabc9a37b191f9a0ef36a5078009d2d56f823c299caf89e1fa5d14"
url "https://github.com/cactus/go-camo/archive/refs/tags/v2.4.7.tar.gz"
sha256 "5ca7d386c5a254e67e52c40163d905730db9bdb4be3a23185c358a28eede3a6c"
license "MIT"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "9003c3addd7fababed200b5aa571d6fc5b7382a55a0ab4dd78412fbc3a496c0f"
sha256 cellar: :any_skip_relocation, arm64_ventura: "9003c3addd7fababed200b5aa571d6fc5b7382a55a0ab4dd78412fbc3a496c0f"
sha256 cellar: :any_skip_relocation, arm64_monterey: "9003c3addd7fababed200b5aa571d6fc5b7382a55a0ab4dd78412fbc3a496c0f"
sha256 cellar: :any_skip_relocation, sonoma: "205f258aed826a00465b4af35af2b8be4d32a29b76c8a6748604e019cd2089fd"
sha256 cellar: :any_skip_relocation, ventura: "205f258aed826a00465b4af35af2b8be4d32a29b76c8a6748604e019cd2089fd"
sha256 cellar: :any_skip_relocation, monterey: "205f258aed826a00465b4af35af2b8be4d32a29b76c8a6748604e019cd2089fd"
sha256 cellar: :any_skip_relocation, x86_64_linux: "c8d733b5a7c2f141518028c794f3a2b8c88c768316ddd439c0ff6fd46a90d8c7"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "7da3617ebf03791e3714cd126ff07d014926a824a9d6cef9098879d818d5ce60"
sha256 cellar: :any_skip_relocation, arm64_ventura: "7da3617ebf03791e3714cd126ff07d014926a824a9d6cef9098879d818d5ce60"
sha256 cellar: :any_skip_relocation, arm64_monterey: "7da3617ebf03791e3714cd126ff07d014926a824a9d6cef9098879d818d5ce60"
sha256 cellar: :any_skip_relocation, sonoma: "0e041f93806e9255b1f2b5950f13926a21b9ce5fda02cc798aeb2e066e94539e"
sha256 cellar: :any_skip_relocation, ventura: "0e041f93806e9255b1f2b5950f13926a21b9ce5fda02cc798aeb2e066e94539e"
sha256 cellar: :any_skip_relocation, monterey: "0e041f93806e9255b1f2b5950f13926a21b9ce5fda02cc798aeb2e066e94539e"
sha256 cellar: :any_skip_relocation, x86_64_linux: "99ccd8dd48ef1c73129cd200ac3e8f668fa65c872ad12e00f9a24f4128da6ff5"
end

depends_on "go" => :build
Expand Down

0 comments on commit f732e2f

Please sign in to comment.