Skip to content

Commit

Permalink
ci: update to release ockam_v0.129.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ockam-team committed Jul 3, 2024
1 parent 85bc803 commit 46907a2
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.128.0"
version "ockam_v0.129.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.128.0/ockam.app.aarch64-apple-darwin.dmg"
sha256 "de1ec96eb710c207efa3e165d5397b0a945867b0592cb86d8b5e28f0f571da28"
url "https://github.com/build-trust/ockam/releases/download/ockam_v0.129.0/ockam.app.aarch64-apple-darwin.dmg"
sha256 "d8f88e641fafea6110370a1f36776995b8491b50d19a3430962ba2e4dff3c313"
end

if Hardware::CPU.intel?
url "https://github.com/build-trust/ockam/releases/download/ockam_v0.128.0/ockam.app.x86_64-apple-darwin.dmg"
sha256 "b594c0e7fd19b7fe5ff87bc414a9138a6e3633286779e6592143afae89d98b13"
url "https://github.com/build-trust/ockam/releases/download/ockam_v0.129.0/ockam.app.x86_64-apple-darwin.dmg"
sha256 "beebc70c4fa49849c72ed9896f8800a7802e5a1e209564f72b64567a3b1fdca4"
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.128.0/ockam.aarch64-apple-darwin"
sha256 "9714c8b90bffdef6ba1fcc4006b836739eecd8ad14eea19dec8ee0b2af777bbb"
url "https://github.com/build-trust/ockam/releases/download/ockam_v0.129.0/ockam.aarch64-apple-darwin"
sha256 "fae726528192632e0076ed4e9f721a6574cea260e569f13e9191b4cac627f9d3"

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.128.0/ockam.x86_64-apple-darwin"
sha256 "87cafc2526a74ccaeb190e59d9a1da8b27dea9bdf9af2afde505ce0c916ed260"
url "https://github.com/build-trust/ockam/releases/download/ockam_v0.129.0/ockam.x86_64-apple-darwin"
sha256 "823ef198882e9c46db208e1f8ba694a28b030b8c8e14b8fe1a0dfd0986c7d525"

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.128.0/ockam.aarch64-unknown-linux-musl"
sha256 "939a59bfd6cd4689999ab77993425937db57f83d741e89c9589e00107003554e"
url "https://github.com/build-trust/ockam/releases/download/ockam_v0.129.0/ockam.aarch64-unknown-linux-musl"
sha256 "06de47a6b259593008f4819399d3c9b86395787597dd93cd6dad37a5043259fc"

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.128.0/ockam.x86_64-unknown-linux-musl"
sha256 "80d510f4cb7a90e242fe1c5843d42790f69b4f3459b0536d19223a65ad64963e"
url "https://github.com/build-trust/ockam/releases/download/ockam_v0.129.0/ockam.x86_64-unknown-linux-musl"
sha256 "458e451eab50860195f57ed43f9bbf2cdd80d742041ed462543c5011bccbddf1"

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

0 comments on commit 46907a2

Please sign in to comment.