-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add galasactl 0.37.0 cask Signed-off-by: Eamonn Mansour <47121388+eamansour@users.noreply.github.com> * Run brew style --fix to resolve cask styling issues Signed-off-by: Eamonn Mansour <47121388+eamansour@users.noreply.github.com> --------- Signed-off-by: Eamonn Mansour <47121388+eamansour@users.noreply.github.com>
- Loading branch information
Showing
7 changed files
with
32 additions
and
12 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
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
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
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
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
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
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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
cask "galasactl@0.37.0" do | ||
arch arm: "arm64", intel: "x86-64" | ||
|
||
version "0.37.0" | ||
# Create the sha256 using shasum --algorithm 256 <file> | ||
sha256 arm: "5c4fe2c9e99af4ea21961c1b640a8a509b057eca37c27bfeb685d860c3b88b8c", | ||
intel: "2a019c7ad7c8158c12380a4a66293291d38fc553cc400caee89b8245263e2bc4" | ||
|
||
url "https://github.com/galasa-dev/cli/releases/download/v#{version}/galasactl-darwin-#{arch}", | ||
verified: "github.com/galasa-dev/cli/releases/" | ||
name "Galasa Client" | ||
desc "Client to interact with the Galasa ecosystem or local development environment. Version 0.37.0" | ||
homepage "https://galasa.dev/" | ||
|
||
livecheck do | ||
url :url | ||
strategy :github_latest | ||
end | ||
|
||
binary "galasactl-darwin-#{arch}", target: "galasactl" | ||
end |