microsoft / winget-pkgs

The Microsoft community Windows Package Manager manifest repository
MIT License
8.33k stars 4.26k forks source link

[Package Issue]: Jackaudio.JACK2 has superflous 'v' prepending version number and should be renamed #129013

Open luzpaz opened 7 months ago

luzpaz commented 7 months ago

Please confirm these before moving forward

Category of the issue

Other

Brief description of your issue

Per repology jack2 is showing a superfluous 'v' before the version name Screenshot_20231203_062820

This is how the package is listed in winget-pkgs Screenshot_20231203_062155

Note: this seems like an anomaly in winget-pkgs. Usually version numbers don't have a 'v' prepended.

This has been reported to repology

Screenshot_20231203_062552

Per repology's answer, this needs to be corrected in this repo

Steps to reproduce

See above

Actual behavior

See above

Expected behavior

See above

Environment

n/a

Screenshots and Logs

See above

Trenly commented 7 months ago

When the package is installed, it writes v1.9.22 to the control panel, so the v is not superflous and is, in fact, required for matching the available version to the installed version.

--> Installing the Manifest v1.9.22

Found JACK2 [Jackaudio.JACK2] Version v1.9.22
This application is licensed to you by its owner.
Microsoft is not responsible for, nor does it grant any licenses to, third-party packages.
Downloading https://github.com/jackaudio/jack2-releases/releases/download/v1.9.22/jack2-win64-v1.9.22.exe
  ██████████████████████████████  19.2 MB / 19.2 MB
Successfully verified installer hash
Starting package install...
Successfully installed

--> Refreshing environment variables

--> Comparing ARP Entries

DisplayName           DisplayVersion Publisher     ProductCode Scope
-----------           -------------- ---------     ----------- -----
JACK2 version v1.9.22 v1.9.22        jackaudio.org JACK2_is1   Machine
luzpaz commented 7 months ago

Not disputing that. It's just that, per repology, winget is the anomaly in comparison to the the rest of the packaging ecosystem. No other downstream packager prepends the 'v'.

stephengillie commented 7 months ago