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.
这个提交包含在:
JGZYES
2026-09-05 17:33:59 +08:00
父节点 94afd58c28
当前提交 37dd970209
修改 10 个文件,包含 91 行新增1 行删除
+29
查看文件
@@ -0,0 +1,29 @@
{
"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/packages/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/packages/eza/0.23.5-linux-aarch64.pdm",
"sha256": "7e7c4b4127d7fad23e83aee4ba479086f55be4db37b7b7d293316b46deb34938",
"description": "eza 0.23.5 (linux aarch64)"
}
]
}
二进制文件未显示。
二进制文件未显示。
+29
查看文件
@@ -0,0 +1,29 @@
{
"name": "fzf",
"version": "0.74.3",
"os": "linux",
"arch": "amd64",
"description": "fzf - command-line fuzzy finder",
"variants": [
{
"name": "fzf",
"version": "0.74.3",
"os": "linux",
"arch": "amd64",
"file": "0.74.3-linux-amd64.pdm",
"url": "https://pmm.parlz.com/mirror/packages/fzf/0.74.3-linux-amd64.pdm",
"sha256": "4ae4917dd090b28fa02924b191e12ed82e2cb75dd5d24b86b511de69b7d41e69",
"description": "fzf 0.74.3 (linux amd64)"
},
{
"name": "fzf",
"version": "0.74.3",
"os": "linux",
"arch": "aarch64",
"file": "0.74.3-linux-aarch64.pdm",
"url": "https://pmm.parlz.com/mirror/packages/fzf/0.74.3-linux-aarch64.pdm",
"sha256": "2337321218cda06a4cd593bb5d8229c82572edd8684134dd869e6eae08fd798c",
"description": "fzf 0.74.3 (linux aarch64)"
}
]
}
二进制文件未显示。
二进制文件未显示。
+4 -1
查看文件
@@ -1,8 +1,11 @@
[ [
"eza",
"fzf",
"git", "git",
"nodejs", "nodejs",
"pcl2", "pcl2",
"php", "php",
"pmm", "pmm",
"pureftpd" "pureftpd",
"tree"
] ]
+29
查看文件
@@ -0,0 +1,29 @@
{
"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)"
}
]
}
二进制文件未显示。
二进制文件未显示。