Skip to content

Commit

Permalink
ci: update to release ockam_v0.121.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ockam-team authored and metaclips committed Apr 16, 2024
1 parent c9e2f81 commit 5e7d19c
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.120.0"
version "ockam_v0.121.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.120.0/ockam.app.aarch64-apple-darwin.dmg"
sha256 "1c8c229bc2f39639a4f717989daf44289186cdd5ebed00e58b70e8a8ea320b8b"
url "https://github.com/build-trust/ockam/releases/download/ockam_v0.121.0/ockam.app.aarch64-apple-darwin.dmg"
sha256 "5fefd19afdb5c362e8fabb183383dc2ddc87803c2d160470f378b19f00cd25e0"
end

if Hardware::CPU.intel?
url "https://github.com/build-trust/ockam/releases/download/ockam_v0.120.0/ockam.app.x86_64-apple-darwin.dmg"
sha256 "5529c3900c6b2fb07ed826caf14bcec18af83a7cef08791aa40ae8c652199d60"
url "https://github.com/build-trust/ockam/releases/download/ockam_v0.121.0/ockam.app.x86_64-apple-darwin.dmg"
sha256 "1ba12f6ce33e1b2167758f6a55c29f6b6b18edf3f8b824be88187a718c87fe06"
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.120.0/ockam.aarch64-apple-darwin"
sha256 "67e45bd955d76478de09e89373b5ce22aaa931169a8575c943ed2eb52e50f278"
url "https://github.com/build-trust/ockam/releases/download/ockam_v0.121.0/ockam.aarch64-apple-darwin"
sha256 "5ab28ea47cca27409b527fcb3612869ad2f36fd1c6e452815c00a6db11fbc270"

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.120.0/ockam.x86_64-apple-darwin"
sha256 "f178fd0f0b281584dd5a4c8f36c80935f189b334039587b3fcc7d21d44a27a20"
url "https://github.com/build-trust/ockam/releases/download/ockam_v0.121.0/ockam.x86_64-apple-darwin"
sha256 "cb269bb850c007f7579f046441c4563398c57c89003163ce57338dbc81701b2a"

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.120.0/ockam.aarch64-unknown-linux-musl"
sha256 "afa4ebe9d2309e7fa25f2875bc27b8cb32b23e1fdb1fdcf5d9a330ae5114d030"
url "https://github.com/build-trust/ockam/releases/download/ockam_v0.121.0/ockam.aarch64-unknown-linux-musl"
sha256 "4c195c23d8a4f591ec59e83896161005426be42943b8ec777ba575d5e6b72255"

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.120.0/ockam.x86_64-unknown-linux-musl"
sha256 "fa11a3320b0852c8db3a8f7a6362d1de49d63edd8428f8df9066070f13705ee8"
url "https://github.com/build-trust/ockam/releases/download/ockam_v0.121.0/ockam.x86_64-unknown-linux-musl"
sha256 "7cf14394e03f27af20304635ef3635cd796b57f830a858211dd5d1c1770c11ee"

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

0 comments on commit 5e7d19c

Please sign in to comment.