Skip to content

Commit

Permalink
ci: update to release ockam_v0.112.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ockam-team authored and metaclips committed Dec 18, 2023
1 parent 1903ea3 commit 5607f57
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
20 changes: 10 additions & 10 deletions Casks/portals.rb
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
cask "portals" do
version "ockam_v0.110.0"
name "Portals, by Ockam"
desc "Privately share TCP services from your Mac with anyone, anywhere."
cask "ockam-app" do
version "ockam_v0.112.0"
name "Ockam"
desc "End-to-end encryption and mutual authentication for distributed applications"
homepage "https://github.com/build-trust/ockam"

if Hardware::CPU.arm?
url "https://github.com/build-trust/ockam/releases/download/ockam_v0.111.0/ockam.app.aarch64-apple-darwin.dmg"
sha256 "bf9143360d367a140c399080a9f8dad194653c684f8cd964dba18f212fde4247"
url "https://github.com/build-trust/ockam/releases/download/ockam_v0.112.0/ockam.app.aarch64-apple-darwin.dmg"
sha256 "26fccdeba4c889f825224e53040cb4218197fc30ac832f6122913fc113747625"
end

if Hardware::CPU.intel?
url "https://github.com/build-trust/ockam/releases/download/ockam_v0.111.0/ockam.app.x86_64-apple-darwin.dmg"
sha256 "e6640ee18c4c9e53dcd0720b7ed55b2f8d44bbbcfcddbf388600311e9ef7a713"
url "https://github.com/build-trust/ockam/releases/download/ockam_v0.112.0/ockam.app.x86_64-apple-darwin.dmg"
sha256 "3838969da6eeae5528744edb7808f7052fa2595a637b78b470fe1ec7b4d4abb0"
end

depends_on formula: "ockam"
app "Portals, by Ockam.app"
uninstall quit: "io.ockam.Ockam"
app "Ockam.app"
uninstall quit: "io.ockam.app"
end
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.111.0/ockam.aarch64-apple-darwin"
sha256 "6dc3830223b1175cf7a9d923bb385d11982624c09f5028f4a7392beca604d8a0"
url "https://github.com/build-trust/ockam/releases/download/ockam_v0.112.0/ockam.aarch64-apple-darwin"
sha256 "86ed4ebe7f7c8fb9e593483aef19d355bdf30e795d8e0404f84f0166226bb743"

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.111.0/ockam.x86_64-apple-darwin"
sha256 "78df867a6aac4c6e7fbfa1737c5a4b7793e2db72e12a0ef0cb93eca603be4f45"
url "https://github.com/build-trust/ockam/releases/download/ockam_v0.112.0/ockam.x86_64-apple-darwin"
sha256 "278ae90bf10af1d9f364a762ae4e49c0dd402af1dce835d9ee85ae5c0a05b41b"

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.111.0/ockam.aarch64-unknown-linux-musl"
sha256 "ba8f2a253b2a9b2e26ede149e9a51f2116d811685e1b19cd6c4faf042cdaf00f"
url "https://github.com/build-trust/ockam/releases/download/ockam_v0.112.0/ockam.aarch64-unknown-linux-musl"
sha256 "bc8dc2f48565e0087d37f405d61f7faf9e9afb4c4f2482d663b4702378d84e0d"

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.111.0/ockam.x86_64-unknown-linux-musl"
sha256 "e8e72b53654d9f562754a09a0512f972b43bbcf8ed033323bddbaec7fccaf527"
url "https://github.com/build-trust/ockam/releases/download/ockam_v0.112.0/ockam.x86_64-unknown-linux-musl"
sha256 "00880ee646189fef05fd1e5e3b7cadfcee9d2d350af11bb1f037d33c2b5ea083"

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

0 comments on commit 5607f57

Please sign in to comment.