Skip to content

Commit

Permalink
Brew formula update for connect version v0.60.3
Browse files Browse the repository at this point in the history
  • Loading branch information
patdowney committed Oct 13, 2024
1 parent 65fbf64 commit 83bb05d
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.60.2"
version "0.60.3"
depends_on :macos

on_intel do
url "https://releases.lab.dioad.net/data/connect/0.60.2/connect_darwin_amd64.zip", using: CurlDownloadStrategy
sha256 "362ff7e6067100e7985338c2eb417ad217f2b2397446bbf2a01529c7fae8b118"
url "https://releases.lab.dioad.net/data/connect/0.60.3/connect_darwin_amd64.zip", using: CurlDownloadStrategy
sha256 "b7f089964a4ec11a02f7cace1c338760e0c6b955cf3cfaa3c9a7b2f8509fd472"

def install
bin.install "connect"
end
end
on_arm do
url "https://releases.lab.dioad.net/data/connect/0.60.2/connect_darwin_arm64.zip", using: CurlDownloadStrategy
sha256 "4c7101305076290ed4515b82f3997f3939ad3c0db33a1a4a2374975bccaa7bdf"
url "https://releases.lab.dioad.net/data/connect/0.60.3/connect_darwin_arm64.zip", using: CurlDownloadStrategy
sha256 "f3c0f0bcba572abead7443de0daf0488d735238d0b6e39def537fb4f75807d1a"

def install
bin.install "connect"
Expand Down

0 comments on commit 83bb05d

Please sign in to comment.