-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: update to release ockam_v0.112.0
- Loading branch information
1 parent
1903ea3
commit 5607f57
Showing
2 changed files
with
18 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
cask "portals" do | ||
version "ockam_v0.110.0" | ||
name "Portals, by Ockam" | ||
desc "Privately share TCP services from your Mac with anyone, anywhere." | ||
cask "ockam-app" do | ||
version "ockam_v0.112.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.111.0/ockam.app.aarch64-apple-darwin.dmg" | ||
sha256 "bf9143360d367a140c399080a9f8dad194653c684f8cd964dba18f212fde4247" | ||
url "https://github.com/build-trust/ockam/releases/download/ockam_v0.112.0/ockam.app.aarch64-apple-darwin.dmg" | ||
sha256 "26fccdeba4c889f825224e53040cb4218197fc30ac832f6122913fc113747625" | ||
end | ||
|
||
if Hardware::CPU.intel? | ||
url "https://github.com/build-trust/ockam/releases/download/ockam_v0.111.0/ockam.app.x86_64-apple-darwin.dmg" | ||
sha256 "e6640ee18c4c9e53dcd0720b7ed55b2f8d44bbbcfcddbf388600311e9ef7a713" | ||
url "https://github.com/build-trust/ockam/releases/download/ockam_v0.112.0/ockam.app.x86_64-apple-darwin.dmg" | ||
sha256 "3838969da6eeae5528744edb7808f7052fa2595a637b78b470fe1ec7b4d4abb0" | ||
end | ||
|
||
depends_on formula: "ockam" | ||
app "Portals, by Ockam.app" | ||
uninstall quit: "io.ockam.Ockam" | ||
app "Ockam.app" | ||
uninstall quit: "io.ockam.app" | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters