Skip to content

Commit

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

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

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

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

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

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

0 comments on commit 4282a57

Please sign in to comment.