Skip to content

Commit

Permalink
ci: update to release ockam_v0.105.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ockam-team authored and mrinalwadhwa committed Nov 23, 2023
1 parent a6f648c commit 53afdc5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
10 changes: 5 additions & 5 deletions Casks/ockam-app.rb
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
cask "ockam-app" do
version "ockam_v0.104.0"
version "ockam_v0.105.0"
name "Ockam"
desc "End-to-end encryption and mutual authentication for distributed applications"
homepage "https://github.com/build-trust/ockam"

if Hardware::CPU.arm?
url "https://github.com/build-trust/ockam/releases/download/ockam_v0.104.0/ockam.app.aarch64-apple-darwin.dmg"
sha256 "999da84be40672ace5597341d5550f486ab9d0b16491763e7cf96304b9fc14db"
url "https://github.com/build-trust/ockam/releases/download/ockam_v0.105.0/ockam.app.aarch64-apple-darwin.dmg"
sha256 "cce407a3a47ae337fbe37dce84d4c2f3fadd7a06f1380b903c689ab2f066ddb8"
end

if Hardware::CPU.intel?
url "https://github.com/build-trust/ockam/releases/download/ockam_v0.104.0/ockam.app.x86_64-apple-darwin.dmg"
sha256 "bb9649d9c73b14725055ba319cc1f6a03d64b4d94e66eb4efb83314260e56a4b"
url "https://github.com/build-trust/ockam/releases/download/ockam_v0.105.0/ockam.app.x86_64-apple-darwin.dmg"
sha256 "042966c97ee103fdc83543efb0a24fe871d407ba5ec47f6360cd6ecedb227fb3"
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.104.0/ockam.aarch64-apple-darwin"
sha256 "538d3376d6d38203681eaba6a0d5a963a9698b2e3c54429438f881b01d7af4b1"
url "https://github.com/build-trust/ockam/releases/download/ockam_v0.105.0/ockam.aarch64-apple-darwin"
sha256 "c6c373be615a0ec0c31dbfb2867cad691d3d3522566751e4d48780e849e5fb21"

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.104.0/ockam.x86_64-apple-darwin"
sha256 "ca87a38134702c062db5e4487038eb098a826ad34d2cd93ba3d951f515df6e45"
url "https://github.com/build-trust/ockam/releases/download/ockam_v0.105.0/ockam.x86_64-apple-darwin"
sha256 "fb3a72137b5ca466a120f77160089900686f09142238890a5f569855d7c2524a"

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.104.0/ockam.aarch64-unknown-linux-musl"
sha256 "5366e627e28a1dc37041b1127f07397c19c80c279ac19e6b0502366c81d6836f"
url "https://github.com/build-trust/ockam/releases/download/ockam_v0.105.0/ockam.aarch64-unknown-linux-musl"
sha256 "1b7f2856507110bfe19f6285b34da6216085002f16ba5f9e793598a2cf37ed14"

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.104.0/ockam.x86_64-unknown-linux-musl"
sha256 "387899060cc4f5950dc6c1602e59b5b132308f2ba339f285a7137e2ebe81df30"
url "https://github.com/build-trust/ockam/releases/download/ockam_v0.105.0/ockam.x86_64-unknown-linux-musl"
sha256 "8a84066802fc956c41305333e892fd50826158a6c7dd5d4ba1500d3abd44833d"

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

0 comments on commit 53afdc5

Please sign in to comment.