Skip to content

Commit

Permalink
ci: update to release ockam_v0.131.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ockam-team committed Aug 6, 2024
1 parent ec9e609 commit e6d3155
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.130.0"
version "ockam_v0.131.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.130.0/ockam.app.aarch64-apple-darwin.dmg"
sha256 "ad6d75fd78e9bda7c73a41a87d1374769e3a9b2f30485dc5a97aabae87cdc7b9"
url "https://github.com/build-trust/ockam/releases/download/ockam_v0.131.0/ockam.app.aarch64-apple-darwin.dmg"
sha256 "61018676270d3a6e892bd02fcd1c87141dcfca9abc5dc63dec9e3d4387a0d136"
end

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

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

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

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

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

0 comments on commit e6d3155

Please sign in to comment.