Skip to content

Commit

Permalink
ci: update to release ockam_v0.110.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ockam-team authored and mrinalwadhwa committed Dec 15, 2023
1 parent 82a3e3e commit 6cd29f5
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.109.0"
version "ockam_v0.110.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.109.0/ockam.app.aarch64-apple-darwin.dmg"
sha256 "1b4783cdabc1d09599bdaccdb7229eebdda62ed21e4bb0bd306df587318ed668"
url "https://github.com/build-trust/ockam/releases/download/ockam_v0.110.0/ockam.app.aarch64-apple-darwin.dmg"
sha256 "a4804e23d8bfe4bf94ec3f6fa5d45748fb32895d30310494140afb094301d505"
end

if Hardware::CPU.intel?
url "https://github.com/build-trust/ockam/releases/download/ockam_v0.109.0/ockam.app.x86_64-apple-darwin.dmg"
sha256 "67b95535f422f9acf5e3da586aa685256c9514f29f59f84436971aa7890e7763"
url "https://github.com/build-trust/ockam/releases/download/ockam_v0.110.0/ockam.app.x86_64-apple-darwin.dmg"
sha256 "51361e506dcb09269d4e2cc887360b6a91fd7ba94dcb8568035a2e51d6931c7d"
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.109.0/ockam.aarch64-apple-darwin"
sha256 "59d7fa6fc6a958947ab7a1a8b9965d8527a3ff7c30afadc23ce9cb4fde269104"
url "https://github.com/build-trust/ockam/releases/download/ockam_v0.110.0/ockam.aarch64-apple-darwin"
sha256 "444889b0ebf96babe2d08c8101e381ea3116b4df58bb7a42ca336fbd38d79946"

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.109.0/ockam.x86_64-apple-darwin"
sha256 "057b736350cfcf448435795ca10f15f74b2afa5244a65aed2c8c4bfd4cc6d74c"
url "https://github.com/build-trust/ockam/releases/download/ockam_v0.110.0/ockam.x86_64-apple-darwin"
sha256 "280c531a0c53ef34ca5694629012446a0dc5c4e0f86e87329ddefd388a81be12"

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.109.0/ockam.aarch64-unknown-linux-musl"
sha256 "24255f7b28005fdb146319d5f24659a7ff619027f5095b7932718b5cfd7cf90c"
url "https://github.com/build-trust/ockam/releases/download/ockam_v0.110.0/ockam.aarch64-unknown-linux-musl"
sha256 "3361834d51f1c05bec24bcdc794123d84790df0158c97fca17f2740af6cd0077"

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.109.0/ockam.x86_64-unknown-linux-musl"
sha256 "98db77d879a2ee60e4c399ec340432cdbbcf268d89dd8675cad792ca1dce94b4"
url "https://github.com/build-trust/ockam/releases/download/ockam_v0.110.0/ockam.x86_64-unknown-linux-musl"
sha256 "a74df5522f393dc974e4f0a70596ee694da1cb84d820bb3bcfa106e26408a964"

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

0 comments on commit 6cd29f5

Please sign in to comment.