From 53a33eb906161dbb9ef6cd38c573933c7b9d7d11 Mon Sep 17 00:00:00 2001 From: ockam-team Date: Mon, 12 Aug 2024 23:11:14 +0000 Subject: [PATCH] ci: update to release ockam_v0.132.0 --- Casks/portals.rb | 10 +++++----- ockam.rb | 16 ++++++++-------- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Casks/portals.rb b/Casks/portals.rb index 0fc3c4b..4c292c5 100644 --- a/Casks/portals.rb +++ b/Casks/portals.rb @@ -1,17 +1,17 @@ cask "portals" do - version "ockam_v0.131.0" + version "ockam_v0.132.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.131.0/ockam.app.aarch64-apple-darwin.dmg" - sha256 "61018676270d3a6e892bd02fcd1c87141dcfca9abc5dc63dec9e3d4387a0d136" + url "https://github.com/build-trust/ockam/releases/download/ockam_v0.132.0/ockam.app.aarch64-apple-darwin.dmg" + sha256 "1c278a128c34b5d4065dbd21eb47feb5ca5e21890e3a33af4e267bfa07555172" end if Hardware::CPU.intel? - url "https://github.com/build-trust/ockam/releases/download/ockam_v0.131.0/ockam.app.x86_64-apple-darwin.dmg" - sha256 "a8d202ae0e62d4f1d91d29fdc52a85f089f816e366fca43d521da47b6a64ef70" + url "https://github.com/build-trust/ockam/releases/download/ockam_v0.132.0/ockam.app.x86_64-apple-darwin.dmg" + sha256 "83cb3a050141191eac62149449759c15b2b81fb19a6824375dcabb18880aae07" end depends_on formula: "ockam" diff --git a/ockam.rb b/ockam.rb index 06ab298..7c9a834 100644 --- a/ockam.rb +++ b/ockam.rb @@ -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.131.0/ockam.aarch64-apple-darwin" - sha256 "8578b3910efe06facf1903f57813944e6d0de4f44ee53d298a02dc2a97f036e2" + url "https://github.com/build-trust/ockam/releases/download/ockam_v0.132.0/ockam.aarch64-apple-darwin" + sha256 "a0c6931a30b47f7caed528e502c40d3a56ccc69c65bcb4c989b7a86be8fb946d" def install bin.install "ockam.aarch64-apple-darwin" => "ockam" @@ -19,8 +19,8 @@ def install end if Hardware::CPU.intel? - url "https://github.com/build-trust/ockam/releases/download/ockam_v0.131.0/ockam.x86_64-apple-darwin" - sha256 "4e85069de59ed7e8c85bd9b1b1e35b5312278da6dcf71039172972b6004ba2e0" + url "https://github.com/build-trust/ockam/releases/download/ockam_v0.132.0/ockam.x86_64-apple-darwin" + sha256 "c5ce12d9d96ba0cae1827ffbf38efa6e11dba9ccdc8bdec74334f5e6a38ad015" def install bin.install "ockam.x86_64-apple-darwin" => "ockam" @@ -32,8 +32,8 @@ def install on_linux do if Hardware::CPU.arm? - url "https://github.com/build-trust/ockam/releases/download/ockam_v0.131.0/ockam.aarch64-unknown-linux-musl" - sha256 "156be3ad5fe0f94f92ee1aaaa788f020cf612f2770a2807482a3cc6640ad7657" + url "https://github.com/build-trust/ockam/releases/download/ockam_v0.132.0/ockam.aarch64-unknown-linux-musl" + sha256 "5d7b4923c965a2dff52481bc05494a85baaf2dc36be4f707e7f88477583a91c1" def install bin.install "ockam.aarch64-unknown-linux-musl" => "ockam" @@ -43,8 +43,8 @@ def install end if Hardware::CPU.intel? - url "https://github.com/build-trust/ockam/releases/download/ockam_v0.131.0/ockam.x86_64-unknown-linux-musl" - sha256 "f739f2cfe24192e7afb22ef74c72d02d81c8561aeac8c982fe14a77ba89104a6" + url "https://github.com/build-trust/ockam/releases/download/ockam_v0.132.0/ockam.x86_64-unknown-linux-musl" + sha256 "7bfe8bdea07c1912eef3d83d5b697a813fb97407823fe9b3a849f9d7ddb6b81d" def install bin.install "ockam.x86_64-unknown-linux-musl" => "ockam"