Skip to content

Commit

Permalink
ci: update to release v0.147.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ockam-team authored and metaclips committed Jan 21, 2025
1 parent a53d0f3 commit 425afd5
Showing 1 changed file with 8 additions and 8 deletions.
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.146.0/ockam.aarch64-apple-darwin"
sha256 "68a92c58275f7796fc726650b595134848e691ee44235da77246d71dcc5f5833"
url "https://downloads.ockam.io/command/v0.147.0/ockam.aarch64-apple-darwin"
sha256 "82ca0e6fa4701a56f519018b45518f607a06c6efd8e369a74e0dd28d563aeb51"

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.146.0/ockam.x86_64-apple-darwin"
sha256 "0a9380d42772491c7ea51955a544af635821341b98e5a8028c549555317cbde7"
url "https://downloads.ockam.io/command/v0.147.0/ockam.x86_64-apple-darwin"
sha256 "177c2fcabf24e3e2f9cc730325e2f3bad0e6bf9856fed726ceee2ba7cd90ccee"

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.146.0/ockam.aarch64-unknown-linux-musl"
sha256 "d77fe6086abe934036e9666d54a033dc2cc449260c46aba87ad05586b5d366b7"
url "https://downloads.ockam.io/command/v0.147.0/ockam.aarch64-unknown-linux-musl"
sha256 "cd5aa976dfcd60669da196c669ebe45f0fa6c48c235ac9e0c95ac88889e30a90"

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.146.0/ockam.x86_64-unknown-linux-musl"
sha256 "35b7866f9f001da4fa8a098a68bb43b1ce35ee505f7a2f53428c6cebf658ab5e"
url "https://downloads.ockam.io/command/v0.147.0/ockam.x86_64-unknown-linux-musl"
sha256 "36b560b33fc23faae17e952f88c620f73b5a2c6974c67d2c145b42cce50eef67"

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

0 comments on commit 425afd5

Please sign in to comment.