镜像自地址
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.
20 行
609 B
JSON
20 行
609 B
JSON
{
|
|
"name": "docker-ce",
|
|
"version": "29.8.0",
|
|
"os": "linux",
|
|
"arch": "amd64",
|
|
"description": "Docker Engine (CLI + daemon + containerd + runc)",
|
|
"variants": [
|
|
{
|
|
"name": "docker-ce",
|
|
"version": "29.8.0",
|
|
"os": "linux",
|
|
"arch": "amd64",
|
|
"file": "docker-ce-29.8.0-linux-amd64.pdm",
|
|
"url": "https://pmm.parlz.com/mirror/files/d/docker-ce/docker-ce-29.8.0-linux-amd64.pdm",
|
|
"sha256": "fbe60a464f0fad570f6e3c1d0ce571800b708721525fa5a70015a1a667c8bd5d",
|
|
"description": "Docker Engine 29.8.0 (static, linux amd64; daemon needs root to start)"
|
|
}
|
|
]
|
|
}
|