Skip to content

Commit

Permalink
Add galasactl 0.37.0 cask
Browse files Browse the repository at this point in the history
Signed-off-by: Eamonn Mansour <[email protected]>
  • Loading branch information
eamansour committed Sep 18, 2024
1 parent 7b27e90 commit e59e81e
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Casks/g/galasactl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
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"

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.36.0"
version "0.37.0"
# Create the sha256 using shasum --algorithm 256 <file>
sha256 arm: "d162571e1fa71d78f0d625d4feb6d17da21da54b5888f6fedc52902330accf98",
intel: "a1ad08b22a1ca6f8f0755e34aec2a4b69ffee19450966753ba9a9f938c481653"
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/"
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"

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

0 comments on commit e59e81e

Please sign in to comment.