-
-
Notifications
You must be signed in to change notification settings - Fork 10.8k
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 versioning to ZeroNet ('0.5.7') current #36947
Conversation
The `sha256` and `version` will change but the `URL` currently won't. Unfortunately, I don't see a way to automate versioning as their own versioning is out of date: https://github.com/HelloZeroNet/ZeroNet/tags versus the target URLs on https://zeronet.io/ Though this slightly increases maintainer overhead considering it is a security/privacy app, I think a functioning `sha` is good.
Without an If you still want this to be versioned you should contact the developers and get them to provide a versioned release. |
In that case we need to update the required stanzas: https://github.com/caskroom/homebrew-cask/blob/master/doc/cask_language_reference/all_stanzas.md The only required are:
|
@github !?!?!?!??!!?! Locked me out..... @commitay @miccal
I got "Flagged" / Locked / Private |
I noticed that your account 404ed and all issues and PRs authored by you disappeared. Not sure I understand what you mean by updating the required stanzas? |
I understand that
So just about half of all Cask do not have an appcast. |
Homebrew cask has never requeired the Just under half our casks don't have one at all. |
I think this is a misunderstanding over my previous comment.
What I meant was this cask with the current download If it had a versioned |
abuses pipes So yes, everything either has a versioned URL or an appcast. And I understand the confusion you and I had about the nomenclature of the That sadly still leaves us with ~
I understand this makes maintenance easier. But from an end user perspective it is frustrating. Maybe we should revisit mainlining: https://github.com/buo/homebrew-cask-upgrade Which has made my user experience better; particularly with all of the moving-bits and re-orgs in the last year. |
See #29301 for discussion about why this won't happen.
A lot of these casks casks we quite simply cannot version as there is no appcast / changelog and no versioned downloads. |
The
sha256
andversion
will change but theURL
currently won't.Unfortunately, I don't see a way to automate versioning as their own versioning is out of date: https://github.com/HelloZeroNet/ZeroNet/tags versus the target URLs on https://zeronet.io/
Though this slightly increases maintainer overhead considering it is a security/privacy app, I think a functioning
sha
is good.After making all changes to the cask:
brew cask audit --download {{cask_file}}
is error-free.brew cask style --fix {{cask_file}}
reports no offenses.Additionally, if updating a cask: