镜像自地址
https://github.com/JGZYES/ParlzPackageManger.git
已同步 2026-09-11 08:52:45 +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.
16 行
390 B
JSON
16 行
390 B
JSON
{
|
|
"name": "git",
|
|
"version": "2.55.0.5",
|
|
"variants": [
|
|
{
|
|
"name": "git",
|
|
"version": "2.55.0.5",
|
|
"file": "2.55.0.5-windows.pdm",
|
|
"url": "https://pmm.parlz.com/mirror/files/g/git/2.55.0.5-windows.pdm",
|
|
"sha256": "ad3d4d7e6705a4bda42fbc81c47e32bbea01c46c8225ef7990067f882eadca88",
|
|
"os": "windows",
|
|
"description": "Git for Windows"
|
|
}
|
|
]
|
|
}
|