Skip to content

Commit

Permalink
Brew formula update for connect version v0.65.2
Browse files Browse the repository at this point in the history
  • Loading branch information
patdowney committed Nov 23, 2024
1 parent 203c681 commit 2db22ae
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Formula/connect.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@
class Connect < Formula
desc "Dioad Connect is an SNI based TCP reverse tunnel that provides end-to-end encrypted traffic whereever you need it."
homepage "https://dioad.com/"
version "0.65.1"
version "0.65.2"
depends_on :macos

on_intel do
url "https://releases.lab.dioad.net/data/connect/0.65.1/connect_darwin_amd64.zip", using: CurlDownloadStrategy
sha256 "7fda53d57aad258e3be4cb52a584965c3e9916bfc65f9a5d407f4f7fc9cfd849"
url "https://releases.lab.dioad.net/data/connect/0.65.2/connect_darwin_amd64.zip", using: CurlDownloadStrategy
sha256 "d11f82c8519fd46967dcf4bdd8e7e6f12577010b5622d95c84b01cd4e653f2dd"

def install
bin.install "connect"
end
end
on_arm do
url "https://releases.lab.dioad.net/data/connect/0.65.1/connect_darwin_arm64.zip", using: CurlDownloadStrategy
sha256 "3f390279b4d95a2c669b81ff5235cd7d1bd5fab5bc9ccaca176d698e4a93a052"
url "https://releases.lab.dioad.net/data/connect/0.65.2/connect_darwin_arm64.zip", using: CurlDownloadStrategy
sha256 "528307a16460cced87b4ed5d5ee435ff5b2d9509ad43966dc3db1b423a9cca8c"

def install
bin.install "connect"
Expand Down

0 comments on commit 2db22ae

Please sign in to comment.