镜像自地址
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.
34 行
1.0 KiB
JSON
34 行
1.0 KiB
JSON
{
|
|
"name": "pmm",
|
|
"version": "0.5.2",
|
|
"variants": [
|
|
{
|
|
"version": "0.5.2",
|
|
"os": "windows",
|
|
"arch": "amd64",
|
|
"file": "0.5.2-windows-amd64.pdm",
|
|
"url": "https://pmm.parlz.com/mirror/files/p/pmm/0.5.2-windows-amd64.pdm",
|
|
"sha256": "10f0f641e62d17067b3ed72cbf1013d8e0789a4d2dfc884e71368b1de5ee60d6",
|
|
"description": "PMM v0.5.2"
|
|
},
|
|
{
|
|
"version": "0.5.2",
|
|
"os": "linux",
|
|
"arch": "amd64",
|
|
"file": "0.5.2-linux-amd64.pdm",
|
|
"url": "https://pmm.parlz.com/mirror/files/p/pmm/0.5.2-linux-amd64.pdm",
|
|
"sha256": "9853254bee1ccdd36d571b7e0f45fd4d7143ec962bca61dee5eec7e7c15b15b5",
|
|
"description": "PMM v0.5.2"
|
|
},
|
|
{
|
|
"version": "0.5.2",
|
|
"os": "linux",
|
|
"arch": "aarch64",
|
|
"file": "0.5.2-linux-aarch64.pdm",
|
|
"url": "https://pmm.parlz.com/mirror/files/p/pmm/0.5.2-linux-aarch64.pdm",
|
|
"sha256": "80179a788486759349a81f88b63db51def7ca819b862c235f5533809f95e6c11",
|
|
"description": "PMM v0.5.2 (aarch64)"
|
|
}
|
|
]
|
|
}
|