Skip to content

Commit

Permalink
ci: update to release ockam_v0.113.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ockam-team authored and mrinalwadhwa committed Dec 20, 2023
1 parent 4c608f3 commit 6be2bfd
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
14 changes: 7 additions & 7 deletions Casks/portals.rb
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
cask "portals" do
version "ockam_v0.112.0"
version "ockam_v0.113.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.112.0/ockam.app.aarch64-apple-darwin.dmg"
sha256 "26fccdeba4c889f825224e53040cb4218197fc30ac832f6122913fc113747625"
url "https://github.com/build-trust/ockam/releases/download/ockam_v0.113.0/ockam.app.aarch64-apple-darwin.dmg"
sha256 "f6acc208b4c9c11c5dd0d58682f883e9e15114c998b91537e4af91d0b09f7942"
end

if Hardware::CPU.intel?
url "https://github.com/build-trust/ockam/releases/download/ockam_v0.112.0/ockam.app.x86_64-apple-darwin.dmg"
sha256 "3838969da6eeae5528744edb7808f7052fa2595a637b78b470fe1ec7b4d4abb0"
url "https://github.com/build-trust/ockam/releases/download/ockam_v0.113.0/ockam.app.x86_64-apple-darwin.dmg"
sha256 "5b7d58e4363c0b789d65326f7cbdaa7302eca5fb55cac49c9938b62afeacfea2"
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.112.0/ockam.aarch64-apple-darwin"
sha256 "86ed4ebe7f7c8fb9e593483aef19d355bdf30e795d8e0404f84f0166226bb743"
url "https://github.com/build-trust/ockam/releases/download/ockam_v0.113.0/ockam.aarch64-apple-darwin"
sha256 "6419d35c84805386c2bfe42860b129768806366980a6ee9aaaf7142cecf2b506"

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

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

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

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

0 comments on commit 6be2bfd

Please sign in to comment.