pmb.parse.version: Link to older apk-tools (MR 2514)

The file version.c in modern apk-tools does not at all resemble this
file. Link to one from around the time when this code was written to
make cross-referencing easier.

Also, switch from cgit to GitLab because I couldn't be bothered to
figure out how to go through file revisions on cgit.
This commit is contained in:
Newbyte 2024-12-20 14:02:21 +01:00
parent 0925b3e425
commit c38933f2e6
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB

View file

@ -6,7 +6,7 @@ import collections
In order to stay as compatible to Alpine's apk as possible, this code
is heavily based on:
https://git.alpinelinux.org/cgit/apk-tools/tree/src/version.c
https://gitlab.alpinelinux.org/alpine/apk-tools/-/blob/5d796b567819ce91740fcdea7cbafecbda65d8f3/src/version.c
"""