Skip to content

Commit

Permalink
Merge pull request #175107 from Homebrew/bump-ghostunnel-1.8.0
Browse files Browse the repository at this point in the history
ghostunnel 1.8.0
  • Loading branch information
BrewTestBot committed Jun 19, 2024
2 parents 207853e + 7a0e18c commit 9657e8a
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/g/ghostunnel.rb
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
class Ghostunnel < Formula
desc "Simple SSL/TLS proxy with mutual authentication"
homepage "https://github.com/ghostunnel/ghostunnel"
url "https://github.com/ghostunnel/ghostunnel/archive/refs/tags/v1.7.3.tar.gz"
sha256 "eea12aff83447f4d84e4ce64c16ca7e57cf2bafa83afa95aee7d718b26d56488"
url "https://github.com/ghostunnel/ghostunnel/archive/refs/tags/v1.8.0.tar.gz"
sha256 "f6f228d305a508b63a94961f68ec0222f3b08b4a84183b9e5893b24ff208929a"
license "Apache-2.0"
head "https://github.com/ghostunnel/ghostunnel.git", branch: "master"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "ea820dd3b78056c02ead9a1b4bb605f52e514668e8a936995c57f14cea0cdcc7"
sha256 cellar: :any_skip_relocation, arm64_ventura: "2c0d44b8bd9d503ae7b781a45e4b0ac1209f1e93e275a2f4fc30f6444ca853a3"
sha256 cellar: :any_skip_relocation, arm64_monterey: "7d8df673009f79cdb409728841be59d8a51c73fb71375b8b4ac5c63f5ef83930"
sha256 cellar: :any_skip_relocation, sonoma: "49733a69b603e4fc691cd7fc5480e0e8d242817959aea0cf7b04f60d619e51a9"
sha256 cellar: :any_skip_relocation, ventura: "28f63b02c3763be996631cca7e9e9de5912c218ae51785457d3d8cc486314c3f"
sha256 cellar: :any_skip_relocation, monterey: "535556a57e1b66344a17a3038d2a6e8ab5aafe9ff50d8d1c0423360cdcf3f76f"
sha256 cellar: :any_skip_relocation, x86_64_linux: "0b15e60650518e369cc0eaaa49c77b2136f2445a61869c74f91f354e9680562e"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "f5c4a770c28d9df77399a8ee7c0fff902668947f386ac36895283e503922c5a9"
sha256 cellar: :any_skip_relocation, arm64_ventura: "c47867502fa6430de13be433c66772445ae1bc2400f7ff014c3f76331d3bc1c3"
sha256 cellar: :any_skip_relocation, arm64_monterey: "c20e21135d87743cb897c948d7420a9b287c68772d414c547ae575654ca9a70d"
sha256 cellar: :any_skip_relocation, sonoma: "878fdeaa11c9f88973f5187600c2bc4a9aa52acbaefec5c9f57a36b9caba46d2"
sha256 cellar: :any_skip_relocation, ventura: "c3cc93c50dddcaad5c34f472092d1cc4362e8bb7f5369a9ce4729bfa014b5bc1"
sha256 cellar: :any_skip_relocation, monterey: "0317de70abc93397c5aa25a09b394a86eb990e7d286dca5754274f1923decd9d"
sha256 cellar: :any_skip_relocation, x86_64_linux: "f6a6616d70f3c52053a8e4ff46b6e16f0cb00bc6498f778fd2d78eec0594bc7a"
end

depends_on "go" => :build
Expand Down

0 comments on commit 9657e8a

Please sign in to comment.