diff --git a/Casks/g/galasactl.rb b/Casks/g/galasactl.rb index 4c7354b..c72c110 100644 --- a/Casks/g/galasactl.rb +++ b/Casks/g/galasactl.rb @@ -7,10 +7,10 @@ cask "galasactl" do arch arm: "arm64", intel: "x86_64" - version "0.47.0" + version "0.48.0" # Create the sha256 using shasum --algorithm 256 - sha256 arm: "1992b7701210095ccd46051511fdd2122107ff04cfe86f9d3cd5d4cc7d2ddec6", - intel: "802f760406c45a0e0a35e4d6ba2eafaa8ad1041603a19610302b2aeda219801d" + sha256 arm: "3e67548ae98072edfade0cd84950fe9524dae96a9b010f58138fd6da22cab651", + intel: "82dfdabfa86d7b8fd7eaa1ba93ac46cb04f9cd43c4c9ad0e966e29133610a191" url "https://github.com/galasa-dev/galasa/releases/download/v#{version}/galasactl-darwin-#{arch}", verified: "github.com/galasa-dev/galasa/releases/" diff --git a/Casks/g/galasactl@0.48.0.rb b/Casks/g/galasactl@0.48.0.rb new file mode 100644 index 0000000..161f889 --- /dev/null +++ b/Casks/g/galasactl@0.48.0.rb @@ -0,0 +1,27 @@ +# +# Copyright contributors to the Galasa project +# +# SPDX-License-Identifier: EPL-2.0 +# + +cask "galasactl@0.48.0" do + arch arm: "arm64", intel: "x86_64" + + version "0.48.0" + # Create the sha256 using shasum --algorithm 256 + sha256 arm: "3e67548ae98072edfade0cd84950fe9524dae96a9b010f58138fd6da22cab651", + intel: "82dfdabfa86d7b8fd7eaa1ba93ac46cb04f9cd43c4c9ad0e966e29133610a191" + + url "https://github.com/galasa-dev/galasa/releases/download/v#{version}/galasactl-darwin-#{arch}", + verified: "github.com/galasa-dev/galasa/releases/" + name "Galasa Client" + desc "Client to launch Galasa tests on a Galasa service or locally. Version 0.48.0" + homepage "https://galasa.dev/" + + livecheck do + url :url + strategy :github_latest + end + + binary "galasactl-darwin-#{arch}", target: "galasactl" +end diff --git a/README.md b/README.md index 085b669..3494f1f 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ brew install --no-quarantine galasactl@x.xx.x For example: ```bash -brew install --no-quarantine galasactl@0.47.0 +brew install --no-quarantine galasactl@0.48.0 ``` > **Note:** The `--no-quarantine` flag is currently required because otherwise it's not possible to run the galasactl binary. See documentation about this at [https://galasa.dev](https://galasa.dev). @@ -69,7 +69,7 @@ Use the helper script `add-version.sh` to add a new version: For example: ```bash -./add-version.sh --version 0.47.0 +./add-version.sh --version 0.48.0 ``` This will: