镜像自地址
https://github.com/JGZYES/ParlzPackageManger.git
已同步 2026-09-11 12:02:43 +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.
30 行
887 B
JSON
30 行
887 B
JSON
{
|
|
"name": "eza",
|
|
"version": "0.23.5",
|
|
"os": "linux",
|
|
"arch": "amd64",
|
|
"description": "eza - a modern, maintained replacement for ls",
|
|
"variants": [
|
|
{
|
|
"name": "eza",
|
|
"version": "0.23.5",
|
|
"os": "linux",
|
|
"arch": "amd64",
|
|
"file": "0.23.5-linux-amd64.pdm",
|
|
"url": "https://pmm.parlz.com/mirror/files/e/eza/0.23.5-linux-amd64.pdm",
|
|
"sha256": "35df7cfa7ab73b1c909d45bd03684d52b696474b88f5fc81cd0aadb7174f67d7",
|
|
"description": "eza 0.23.5 (linux amd64)"
|
|
},
|
|
{
|
|
"name": "eza",
|
|
"version": "0.23.5",
|
|
"os": "linux",
|
|
"arch": "aarch64",
|
|
"file": "0.23.5-linux-aarch64.pdm",
|
|
"url": "https://pmm.parlz.com/mirror/files/e/eza/0.23.5-linux-aarch64.pdm",
|
|
"sha256": "7e7c4b4127d7fad23e83aee4ba479086f55be4db37b7b7d293316b46deb34938",
|
|
"description": "eza 0.23.5 (linux aarch64)"
|
|
}
|
|
]
|
|
}
|