镜像自地址
https://github.com/JGZYES/ParlzPackageManger.git
已同步 2026-09-11 05:42:44 +08:00
Mirror restructure under web/mirror: - dists/packages.json (name list) + dists/<pkg>.json (latest+variants) + dists/<pkg>/<version>.json (per-version metadata) - files/<first-letter>/<pkg>/<ver>-<os>-<arch>.pdm (payloads bucketed by letter) - registry base in defaults/docs -> .../mirror/dists; all existing packages migrated and their url fields rewritten to files/<letter>/<pkg>/... Code: - mirrors.c default registry -> /mirror/dists - main.c language-pack derivation now handles a /dists (or /packages) base -> mirror root /lang - web/pmu/publish.php writes dists/<name>.json + files/<letter>/<name>/ and the url accordingly Also syncs site version refs to 0.5.3 and mirrors docs/examples to the new layout.
17 行
444 B
JSON
17 行
444 B
JSON
{
|
|
"name": "docker",
|
|
"version": "29.8.0",
|
|
"variants": [
|
|
{
|
|
"name": "docker",
|
|
"version": "29.8.0",
|
|
"os": "linux",
|
|
"arch": "amd64",
|
|
"file": "29.8.0-linux-amd64.pdm",
|
|
"url": "https://pmm.parlz.com/mirror/files/d/docker/29.8.0-linux-amd64.pdm",
|
|
"sha256": "d19c1617e647d0f036baddd10d5c45d834c0b8ba2aacfbb1da960e51800af7ec",
|
|
"description": "Docker CLI 29.8.0 (static, linux amd64)"
|
|
}
|
|
]
|
|
}
|