-
-
Notifications
You must be signed in to change notification settings - Fork 49
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 Homebrew Cask for Cinny #316
base: main
Are you sure you want to change the base?
Conversation
All contributors have signed the CLA ✍️ ✅ |
I have read the CLA Document and I hereby sign the CLA |
version "4.0.3" | ||
sha256 "1aff22fa0b20b82daf5ab578ed4ed658311226bc5417081a0f4af5d32a84c446" |
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.
Will the cask be automatically updated or we will have to do it manually? Also will it use the built-in auto update or something else?
If not can we setup something to update the cask file automatically?
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.
Those are great questions:
- Updating is now manual, it's a good idea to automate it later
- Uses the built-in auto update as per cinny.rb#L15
- We can certainly setup something, like the Homebrew bump formula GitHub Action,
setting${{secrets.TOKEN}}
and the rest in a.yml
.
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.
Can we please setup auto-update along with this addition as we want to automate as much release workflow we can.
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.
Sure! Added the GitHub Action, let me know if anything else is needed.
Note that the Also, moving the
|
@kfiven had this running in my own private tap for a while now So far delivering the last few upgrades with no issues: Neved4/tap/cinny_v4.2.0 Let me know if further help is needed |
Description
Adds a Cask formula to install Cinny using the Homebrew package manager.
Finally fixes #62
After this PR, Cinny can be installed with:
The Cask formula could be moved into its own separate
homebrew-tap
repo under the Cinny project. See #62 (comment)Type of change
Checklist: