Skip to content

Commit

Permalink
ci: update to release ockam_v0.132.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ockam-team authored and metaclips committed Aug 12, 2024
1 parent 5460685 commit 53a33eb
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
10 changes: 5 additions & 5 deletions Casks/portals.rb
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
cask "portals" do
version "ockam_v0.131.0"
version "ockam_v0.132.0"
name "Portals, by Ockam"
desc "Privately share TCP services from your Mac with anyone, anywhere."
homepage "https://github.com/build-trust/ockam"

if Hardware::CPU.arm?
url "https://github.com/build-trust/ockam/releases/download/ockam_v0.131.0/ockam.app.aarch64-apple-darwin.dmg"
sha256 "61018676270d3a6e892bd02fcd1c87141dcfca9abc5dc63dec9e3d4387a0d136"
url "https://github.com/build-trust/ockam/releases/download/ockam_v0.132.0/ockam.app.aarch64-apple-darwin.dmg"
sha256 "1c278a128c34b5d4065dbd21eb47feb5ca5e21890e3a33af4e267bfa07555172"
end

if Hardware::CPU.intel?
url "https://github.com/build-trust/ockam/releases/download/ockam_v0.131.0/ockam.app.x86_64-apple-darwin.dmg"
sha256 "a8d202ae0e62d4f1d91d29fdc52a85f089f816e366fca43d521da47b6a64ef70"
url "https://github.com/build-trust/ockam/releases/download/ockam_v0.132.0/ockam.app.x86_64-apple-darwin.dmg"
sha256 "83cb3a050141191eac62149449759c15b2b81fb19a6824375dcabb18880aae07"
end

depends_on formula: "ockam"
Expand Down
16 changes: 8 additions & 8 deletions ockam.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ class Ockam < Formula

on_macos do
if Hardware::CPU.arm?
url "https://github.com/build-trust/ockam/releases/download/ockam_v0.131.0/ockam.aarch64-apple-darwin"
sha256 "8578b3910efe06facf1903f57813944e6d0de4f44ee53d298a02dc2a97f036e2"
url "https://github.com/build-trust/ockam/releases/download/ockam_v0.132.0/ockam.aarch64-apple-darwin"
sha256 "a0c6931a30b47f7caed528e502c40d3a56ccc69c65bcb4c989b7a86be8fb946d"

def install
bin.install "ockam.aarch64-apple-darwin" => "ockam"
Expand All @@ -19,8 +19,8 @@ def install
end

if Hardware::CPU.intel?
url "https://github.com/build-trust/ockam/releases/download/ockam_v0.131.0/ockam.x86_64-apple-darwin"
sha256 "4e85069de59ed7e8c85bd9b1b1e35b5312278da6dcf71039172972b6004ba2e0"
url "https://github.com/build-trust/ockam/releases/download/ockam_v0.132.0/ockam.x86_64-apple-darwin"
sha256 "c5ce12d9d96ba0cae1827ffbf38efa6e11dba9ccdc8bdec74334f5e6a38ad015"

def install
bin.install "ockam.x86_64-apple-darwin" => "ockam"
Expand All @@ -32,8 +32,8 @@ def install

on_linux do
if Hardware::CPU.arm?
url "https://github.com/build-trust/ockam/releases/download/ockam_v0.131.0/ockam.aarch64-unknown-linux-musl"
sha256 "156be3ad5fe0f94f92ee1aaaa788f020cf612f2770a2807482a3cc6640ad7657"
url "https://github.com/build-trust/ockam/releases/download/ockam_v0.132.0/ockam.aarch64-unknown-linux-musl"
sha256 "5d7b4923c965a2dff52481bc05494a85baaf2dc36be4f707e7f88477583a91c1"

def install
bin.install "ockam.aarch64-unknown-linux-musl" => "ockam"
Expand All @@ -43,8 +43,8 @@ def install
end

if Hardware::CPU.intel?
url "https://github.com/build-trust/ockam/releases/download/ockam_v0.131.0/ockam.x86_64-unknown-linux-musl"
sha256 "f739f2cfe24192e7afb22ef74c72d02d81c8561aeac8c982fe14a77ba89104a6"
url "https://github.com/build-trust/ockam/releases/download/ockam_v0.132.0/ockam.x86_64-unknown-linux-musl"
sha256 "7bfe8bdea07c1912eef3d83d5b697a813fb97407823fe9b3a849f9d7ddb6b81d"

def install
bin.install "ockam.x86_64-unknown-linux-musl" => "ockam"
Expand Down

0 comments on commit 53a33eb

Please sign in to comment.