Skip to content

Commit

Permalink
ci: update to release ockam_v0.137.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ockam-team authored and metaclips committed Oct 21, 2024
1 parent a13128a commit 23d5971
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
10 changes: 5 additions & 5 deletions Casks/portals.rb
Original file line number Diff line number Diff line change
@@ -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"
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.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"
Expand All @@ -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"
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.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"
Expand All @@ -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"
Expand Down

0 comments on commit 23d5971

Please sign in to comment.