tdewolff / minify

Go minifiers for web formats

Home Page:https://go.tacodewolff.nl/minify

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`minify` package for Alpine Linux doesn't show version.

AngelicosPhosphoros opened this issue · comments

minify downloaded from releases page on github:

# minify --version
minify v2.20.14

minify installed from apk:

/ # apk add minify
fetch https://dl-cdn.alpinelinux.org/alpine/v3.19/main/x86_64/APKINDEX.tar.gz
fetch https://dl-cdn.alpinelinux.org/alpine/v3.19/community/x86_64/APKINDEX.tar.gz
(1/1) Installing minify (2.20.9-r0)
Executing busybox-1.36.1-r15.trigger
OK: 12 MiB in 16 packages
/ # minify --version
minify built from source

I think, it should show version in apk version too.

I want to verify that I use fixed version to prevent accidental breakage so I end up using version from GitHub releases.

Looks to me that the binary from GitHub includes the version correctly. Are you sure this isn't an issue with the package in Alpine (not managed by me)?