-
-
Notifications
You must be signed in to change notification settings - Fork 11k
aigcpanel 0.12.0 (new cask) #217197
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
aigcpanel 0.12.0 (new cask) #217197
Conversation
Hi, this manifest is for AigcpanelPro, right? Aigcpanel means the community edition according to the official website. We maintain unofficially both the two versions's manifests at https://github.com/Brewforge/homebrew-chinese/blob/main/Casks/a/aigcpanel.rb and You may update the zap sections based on the above ones. |
community edition and the pro version all supported |
Once this PR get merged, I will delete the two manifests above. |
OK |
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.
These two casks should have a conflicts_with
stanza because they can't both be installed at the same time.
I added the conflicts_with stanza, but the CI test failed. /opt/homebrew/Library/Homebrew/cask/cask_loader.rb:565:in 'Cask::CaskLoader::NullLoader#load': Cask 'aigcpanel' is unavailable: No Cask with this name exists. (Cask::CaskUnavailableError) from -:18:in 'Array#select' from -:18:in '' |
Yes, sorry about that. It looks like we'll have to add it in a follow up PR, once the API has propagated. |
To avoid this issue, I'll start by submitting one file per PR. |
Thank you @modstart |
fa38694
to
4dd9b01
Compare
Sorry about that. I’ve squashed the commits as requested. |
647504f
to
8f85c10
Compare
8f85c10
to
249c90d
Compare
Important: Do not tick a checkbox if you haven’t performed its action. Honesty is indispensable for a smooth review process.
In the following questions
<cask>
is the token of the cask you're submitting.After making any changes to a cask, existing or new, verify:
brew audit --cask --online <cask>
is error-free.brew style --fix <cask>
reports no offenses.Additionally, if adding a new cask:
brew audit --cask --new <cask>
worked successfully.HOMEBREW_NO_INSTALL_FROM_API=1 brew install --cask <cask>
worked successfully.brew uninstall --cask <cask>
worked successfully.