-
-
Notifications
You must be signed in to change notification settings - Fork 11.2k
Add Cask for Terramate Catalyst 0.15.2-beta11 #241935
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -0,0 +1,25 @@ | ||||||
| cask "terramate-catalyst" do | ||||||
| version "0.15.2-beta11" | ||||||
|
|
||||||
| on_arm do | ||||||
| sha256 "d84706a9569d2bc3b9136498e9bbb31c2f9bd015e5a1dec8648f5f4401c4ba10" | ||||||
|
|
||||||
| url "https://github.com/terramate-io/terramate-catalyst/releases/download/v#{version}/terramate-catalyst_#{version}_darwin_arm64.tar.gz" | ||||||
|
Check failure on line 7 in Casks/t/terramate-catalyst.rb
|
||||||
| end | ||||||
| on_intel do | ||||||
| sha256 "b2c264e9c939b3664a24ce9103b9280dcfc88e77b8e473a782c4877aead2eb68" | ||||||
|
|
||||||
| url "https://github.com/terramate-io/terramate-catalyst/releases/download/v#{version}/terramate-catalyst_#{version}_darwin_x86_64.tar.gz" | ||||||
|
Check failure on line 12 in Casks/t/terramate-catalyst.rb
|
||||||
| end | ||||||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Please interpolate the arch-specific url strings using the |
||||||
|
|
||||||
| name "terramate-catalyst" | ||||||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| desc "Catalyst is a special distribution of Terramate CLI" | ||||||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The description should describe what the cli does. |
||||||
| homepage "https://github.com/terramate-io/terramate-catalyst" | ||||||
|
|
||||||
| livecheck do | ||||||
| url "https://github.com/terramate-io/terramate-catalyst/releases" | ||||||
| strategy :github_latest | ||||||
| end | ||||||
|
|
||||||
| binary "terramate" | ||||||
| end | ||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If this an alternative version of the standard
terramate, then the token should probably beterramate@catalyst. Although this can be discussed as it looks liketerramateis a formula.