Ability to not set version? #3566
Unanswered
GoodClover
asked this question in
General
Replies: 2 comments 2 replies
-
We're looking at an option to support a special sentinel value for manifests with "version: latest". The idea is to support those packages that don't have explicit versions available behind a vanity URL, or those where only a single version is made available. We've also been looking at how we can detect versions from installers where possible, but it would still be problematic if an earlier version had been deprecated, or is no longer available. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am planning to ass JOSM to winget.
But I have a question.
Is it possible to not set a version?
When creating a manifest for winget you have to set the
Version:
, and therefore the download should be for that fixed version, I have no issues with this but JOSM has a link that always downloads the latest stable release, which would be nice as this repo wouldn't constantly need updating every fortnight.Also the versioning is just a number (currently
17013
), and that seems to be a no-no in winget.Here is a link to my current manifest: Gist/GoodClover/JOSM.yaml
This probably isn't the place to ask but seeing as it is always called "JOSM" and rarely by it's full name should I set the name as that?
Beta Was this translation helpful? Give feedback.
All reactions