Skip to content

Commit

Permalink
ci: update to release ockam_v0.133.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ockam-team authored and metaclips committed Aug 14, 2024
1 parent 53a33eb commit cc8660c
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.132.0"
version "ockam_v0.133.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.132.0/ockam.app.aarch64-apple-darwin.dmg"
sha256 "1c278a128c34b5d4065dbd21eb47feb5ca5e21890e3a33af4e267bfa07555172"
url "https://github.com/build-trust/ockam/releases/download/ockam_v0.133.0/ockam.app.aarch64-apple-darwin.dmg"
sha256 "09fa18e6597739f02b8bef12e1470c43a6ccacecb859bd38aa5965c5407a0162"
end

if Hardware::CPU.intel?
url "https://github.com/build-trust/ockam/releases/download/ockam_v0.132.0/ockam.app.x86_64-apple-darwin.dmg"
sha256 "83cb3a050141191eac62149449759c15b2b81fb19a6824375dcabb18880aae07"
url "https://github.com/build-trust/ockam/releases/download/ockam_v0.133.0/ockam.app.x86_64-apple-darwin.dmg"
sha256 "666a44c19587ca2417d841149be96813a891f315b1158659c043ae85d1473cf1"
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.132.0/ockam.aarch64-apple-darwin"
sha256 "a0c6931a30b47f7caed528e502c40d3a56ccc69c65bcb4c989b7a86be8fb946d"
url "https://github.com/build-trust/ockam/releases/download/ockam_v0.133.0/ockam.aarch64-apple-darwin"
sha256 "ca17f5e0204920487316ce84cc422a0d573d424295d0739b259386e8f1be28b8"

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.132.0/ockam.x86_64-apple-darwin"
sha256 "c5ce12d9d96ba0cae1827ffbf38efa6e11dba9ccdc8bdec74334f5e6a38ad015"
url "https://github.com/build-trust/ockam/releases/download/ockam_v0.133.0/ockam.x86_64-apple-darwin"
sha256 "204f996ee4c193b3722c31c8e853f32c73f477eddf2c3708eabaae606d98ca8c"

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.132.0/ockam.aarch64-unknown-linux-musl"
sha256 "5d7b4923c965a2dff52481bc05494a85baaf2dc36be4f707e7f88477583a91c1"
url "https://github.com/build-trust/ockam/releases/download/ockam_v0.133.0/ockam.aarch64-unknown-linux-musl"
sha256 "9e0d30426212935538f4af16a02e2a592641bbd2f891c7e15f435386338069e0"

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.132.0/ockam.x86_64-unknown-linux-musl"
sha256 "7bfe8bdea07c1912eef3d83d5b697a813fb97407823fe9b3a849f9d7ddb6b81d"
url "https://github.com/build-trust/ockam/releases/download/ockam_v0.133.0/ockam.x86_64-unknown-linux-musl"
sha256 "88359b36703bded1f56fbe382ee53e29a53ae510dd9225f35d16aee1dfb1b7b3"

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

0 comments on commit cc8660c

Please sign in to comment.