jq icon indicating copy to clipboard operation
jq copied to clipboard

[bug] Wrong version number on alpine package

Open gabyx opened this issue 3 years ago • 2 comments

Describe the bug apk add jq gives you a jq version jq --version as jq-master-v3.15.0_alpha20210804-4073-gb39e1241e8 which is just not good. Not sure who maintains this package.

Expected behavior apk add jq gives a jq with proper version output. 1.6.0 etc...

Environment (please complete the following information):

  • OS and Version: Linux, alpine latest.

gabyx avatar Mar 08 '22 07:03 gabyx

The package is also quite old now - I actually build it myself because the master is so much faster. It would be much easier if the official package could be updated / rebuilt - my Docker image build time has gone from 1m to 8-10m.

bfren avatar May 04 '22 14:05 bfren

@gabyx This is an issue with Alpine Linux. It's maintained within the Alpine Linux project. The build script is linked below. You can submit your own patch to the project and they will almost certainly accept it. https://gitlab.alpinelinux.org/alpine/aports/-/blob/master/main/jq/APKBUILD

nathansgreen avatar Jun 20 '22 17:06 nathansgreen