文件
ParlzPackageManger/web/mirror/packages/tree.json
T
JGZYES 37dd970209 mirror: add eza, fzf, tree packages (linux amd64 + aarch64)
- eza 0.23.5, fzf 0.74.3, tree 2.3.2 .pdm, built from upstream binaries
  (eza/fzf GitHub releases, tree from Debian pool), data at bin/<tool>.
- registry entries fzf.json/eza.json/tree.json with amd64+aarch64 variants.
- packages.json aggregate updated.
- verified end-to-end against a local mirror: 'pmm install fzf' selects the
  linux/amd64 variant, installs, and the binary runs.
2026-09-05 17:33:59 +08:00

30 行
876 B
JSON

{
"name": "tree",
"version": "2.3.2",
"os": "linux",
"arch": "amd64",
"description": "tree - recursive directory listing",
"variants": [
{
"name": "tree",
"version": "2.3.2",
"os": "linux",
"arch": "amd64",
"file": "2.3.2-linux-amd64.pdm",
"url": "https://pmm.parlz.com/mirror/packages/tree/2.3.2-linux-amd64.pdm",
"sha256": "197e8c6ba859ab4e21faa70de2927e5948a35ebccd4a5f699270564699a0a153",
"description": "tree 2.3.2 (linux amd64)"
},
{
"name": "tree",
"version": "2.3.2",
"os": "linux",
"arch": "aarch64",
"file": "2.3.2-linux-aarch64.pdm",
"url": "https://pmm.parlz.com/mirror/packages/tree/2.3.2-linux-aarch64.pdm",
"sha256": "7b1cbef9c057d17834c65ac2934be261ecddacbeaea0c8d71462efc27ea6235e",
"description": "tree 2.3.2 (linux aarch64)"
}
]
}