Skip to content

Commit

Permalink
ci: update to release ockam_v0.130.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ockam-team authored and metaclips committed Jul 30, 2024
1 parent 9ceecac commit ec9e609
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.129.0"
version "ockam_v0.130.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.129.0/ockam.app.aarch64-apple-darwin.dmg"
sha256 "d8f88e641fafea6110370a1f36776995b8491b50d19a3430962ba2e4dff3c313"
url "https://github.com/build-trust/ockam/releases/download/ockam_v0.130.0/ockam.app.aarch64-apple-darwin.dmg"
sha256 "ad6d75fd78e9bda7c73a41a87d1374769e3a9b2f30485dc5a97aabae87cdc7b9"
end

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

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

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

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

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

0 comments on commit ec9e609

Please sign in to comment.