Skip to content

Commit

Permalink
Add version 0.38.0 to homebrew post release
Browse files Browse the repository at this point in the history
Signed-off-by: Jade Carino <[email protected]>
  • Loading branch information
jadecarino committed Dec 6, 2024
1 parent e82f640 commit 6179e94
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 7 deletions.
11 changes: 6 additions & 5 deletions Casks/g/galasactl.rb
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@

cask "galasactl" do

Check failure on line 2 in Casks/g/galasactl.rb

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-22.04)

Layout/LeadingEmptyLines: Unnecessary blank line at the beginning of the source.
arch arm: "arm64", intel: "x86-64"

version "0.37.0"

Check failure on line 4 in Casks/g/galasactl.rb

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-22.04)

Cask/StanzaGrouping: stanza groups should be separated by a single empty line

Check failure on line 4 in Casks/g/galasactl.rb

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-22.04)

Layout/TrailingWhitespace: Trailing whitespace detected.
version "0.38.0"
# Create the sha256 using shasum --algorithm 256 <file>
sha256 arm: "5c4fe2c9e99af4ea21961c1b640a8a509b057eca37c27bfeb685d860c3b88b8c",
intel: "2a019c7ad7c8158c12380a4a66293291d38fc553cc400caee89b8245263e2bc4"
sha256 arm: "9197b02b7c232791900cbad5bed49f30a1f6e2154259e692416c8787d24a9d31",
intel: "66d49325c4494c0585b734b070ca917e7da29c036b99348b754b435b66e134e3"

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 "Command-line client for Galasa. Latest version"
desc "Client to interact with the Galasa ecosystem or local development environment. Latest version."

Check failure on line 13 in Casks/g/galasactl.rb

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-22.04)

Cask/Desc: Description is too long. It should be less than 80 characters. The current length is 94.

Check failure on line 13 in Casks/g/galasactl.rb

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-22.04)

Cask/Desc: Description shouldn't end with a full stop.
homepage "https://galasa.dev/"

livecheck do
Expand Down
21 changes: 21 additions & 0 deletions Casks/g/[email protected]
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
cask "[email protected]" do
arch arm: "arm64", intel: "x86-64"

Check failure on line 3 in Casks/g/[email protected]

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-22.04)

Cask/StanzaGrouping: stanza groups should be separated by a single empty line

Check failure on line 3 in Casks/g/[email protected]

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-22.04)

Layout/TrailingWhitespace: Trailing whitespace detected.
version "0.38.0"
# Create the sha256 using shasum --algorithm 256 <file>
sha256 arm: "9197b02b7c232791900cbad5bed49f30a1f6e2154259e692416c8787d24a9d31",
intel: "66d49325c4494c0585b734b070ca917e7da29c036b99348b754b435b66e134e3"

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.38.0."

Check failure on line 12 in Casks/g/[email protected]

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-22.04)

Cask/Desc: Description is too long. It should be less than 80 characters. The current length is 94.

Check failure on line 12 in Casks/g/[email protected]

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-22.04)

Cask/Desc: Description shouldn't end with a full stop.
homepage "https://galasa.dev/"

livecheck do
url :url
strategy :github_latest
end

binary "galasactl-darwin-#{arch}", target: "galasactl"
end
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ brew install --no-quarantine [email protected]
```
for example
```
brew install --no-quarantine galasactl@0.37.0
brew install --no-quarantine galasactl@0.38.0
```

At the moment the --no-quarantine is required because otherwise its not possible to run the galasactl. See documentation about this at
Expand All @@ -31,7 +31,7 @@ Use the helper script `add-version.sh`

For example:
```bash
./add-version.sh --version 0.37.0
./add-version.sh --version 0.38.0
```

The file Cask/g/galasactl.rb will be updated with that version, so people can get that as the latest version.
Expand Down

0 comments on commit 6179e94

Please sign in to comment.