From 23d5971fc1caa5de9b67ff81b7ab87f5b1d80952 Mon Sep 17 00:00:00 2001 From: ockam-team Date: Mon, 21 Oct 2024 21:18:43 +0000 Subject: [PATCH] ci: update to release ockam_v0.137.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 5464fa9..4e86c3f 100644 --- a/Casks/portals.rb +++ b/Casks/portals.rb @@ -1,17 +1,17 @@ cask "portals" do - version "ockam_v0.136.0" + version "ockam_v0.137.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.136.0/ockam.app.aarch64-apple-darwin.dmg" - sha256 "615c0d16993a421882eaed01682833d01ac46610aa5d524c6d4fce07ce8a4934" + url "https://github.com/build-trust/ockam/releases/download/ockam_v0.137.0/ockam.app.aarch64-apple-darwin.dmg" + sha256 "d35dd53d0d08ac6939378ff8970a24386eca6fdf9b4f2d702ba6effc1b616867" end if Hardware::CPU.intel? - url "https://github.com/build-trust/ockam/releases/download/ockam_v0.136.0/ockam.app.x86_64-apple-darwin.dmg" - sha256 "8673ecc8b77b2be54a50490ec6ab32f7ed7e748fe72676c8f2061b9e2b01da62" + url "https://github.com/build-trust/ockam/releases/download/ockam_v0.137.0/ockam.app.x86_64-apple-darwin.dmg" + sha256 "87a27b8a48f4d57c02a4be67423f31644ab905faf2dd919ff774e40d5d409d16" end depends_on formula: "ockam" diff --git a/ockam.rb b/ockam.rb index cee1d50..85b8c18 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.136.0/ockam.aarch64-apple-darwin" - sha256 "393428290115328ec0158aa3c69390a61611e454e9eeddc19d5124741638d599" + url "https://github.com/build-trust/ockam/releases/download/ockam_v0.137.0/ockam.aarch64-apple-darwin" + sha256 "6928adca968b5e269532ade02d7aca788778bd4761bf9964a27c4e19ef198368" 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.136.0/ockam.x86_64-apple-darwin" - sha256 "a9a7a9b3424df5767ce37ef9e90415596fe8ceba746ca0d9e8cc428160ad7358" + url "https://github.com/build-trust/ockam/releases/download/ockam_v0.137.0/ockam.x86_64-apple-darwin" + sha256 "6d55bde810fd9a55117957cee586d3238678765805846cefc5e6a42c29717ac0" 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.136.0/ockam.aarch64-unknown-linux-musl" - sha256 "6ffa9d068617d8f755298853dea2a084c379ae7a590556d4e77dd53a35e56386" + url "https://github.com/build-trust/ockam/releases/download/ockam_v0.137.0/ockam.aarch64-unknown-linux-musl" + sha256 "a75effcca835ced4d139df8ada35637c4de127e29c0695c011d7486553700e25" 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.136.0/ockam.x86_64-unknown-linux-musl" - sha256 "37177a11a3c82a7a6db9bfa907564faa9c85f2c700fcfa7fd2827b069ad056cf" + url "https://github.com/build-trust/ockam/releases/download/ockam_v0.137.0/ockam.x86_64-unknown-linux-musl" + sha256 "d1d3cb25677bfd7ae0a8b256d21906b3122c5bbb0074bcc165717a8bd84c0689" def install bin.install "ockam.x86_64-unknown-linux-musl" => "ockam"