diff --git a/Casks/g/galasactl.rb b/Casks/g/galasactl.rb index f758ad1..4c7354b 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.46.1" + version "0.47.0" # Create the sha256 using shasum --algorithm 256 - sha256 arm: "52c4fcca867c35494117eebc660b510da5de7bfa7f5cb2854508893f537fed19", - intel: "6f7325a0be6161ee4405756fcd7ce15a68251c80412252e0c63aa99475c1dd8d" + sha256 arm: "1992b7701210095ccd46051511fdd2122107ff04cfe86f9d3cd5d4cc7d2ddec6", + intel: "802f760406c45a0e0a35e4d6ba2eafaa8ad1041603a19610302b2aeda219801d" 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.47.0.rb b/Casks/g/galasactl@0.47.0.rb new file mode 100644 index 0000000..04b7cc4 --- /dev/null +++ b/Casks/g/galasactl@0.47.0.rb @@ -0,0 +1,27 @@ +# +# Copyright contributors to the Galasa project +# +# SPDX-License-Identifier: EPL-2.0 +# + +cask "galasactl@0.47.0" do + arch arm: "arm64", intel: "x86_64" + + version "0.47.0" + # Create the sha256 using shasum --algorithm 256 + sha256 arm: "1992b7701210095ccd46051511fdd2122107ff04cfe86f9d3cd5d4cc7d2ddec6", + intel: "802f760406c45a0e0a35e4d6ba2eafaa8ad1041603a19610302b2aeda219801d" + + 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.47.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 4742955..085b669 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.46.1 +brew install --no-quarantine galasactl@0.47.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.46.1 +./add-version.sh --version 0.47.0 ``` This will: