Skip to content
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

Add kontena-cli 1.1.1 #30000

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions Casks/kontena-cli.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
cask 'kontena-cli' do
version '1.1.1'
sha256 'a764f33f7b87ddbfcb844d09180956519c049b8b54c18967020741f17c39de96'

# github.com was verified as official when first introduced to the cask
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The comment needs to uniquely identify app or vendor (see the screencat example). The URL should be github.com/kontena/kontena.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's fixed in the fork but it's not updating here as the PR is closed.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry for the comment after closing, overlapped with Vitor's assessment, which makes mine null and void anyway.

url "https://github.com/kontena/kontena/releases/download/v#{version}/kontena-cli-osx-v#{version}-amd64.pkg"
appcast 'https://github.com/kontena/kontena/releases.atom',
checkpoint: '85e8d0fc3b07695f9825ed57b6bf3269ea0ec624247fcc453a343e183395f332'
name 'kontena-cli'
homepage 'https://kontena.io/'

pkg "kontena-cli-osx-v#{version}-amd64.pkg"

uninstall pkgutil: 'io.kontena.pkg.cli'
end