文件
ParlzPackageManger/web/mirror/packages/apache.json
T
JGZYES 5390ad564e release: PMM v0.5.0 — add nginx/apache/docker/docker-ce packages + bump site
- New mirror packages (.pdm + registry .json + packages.json index):
  - nginx 1.30.4 (linux amd64 + aarch64, Debian binary)
  - apache 2.4.68 (linux amd64 + aarch64, Debian apache2)
  - docker 29.8.0 (linux amd64, official static CLI)
  - docker-ce 29.8.0 (linux amd64, official static engine: dockerd/containerd/runc)
  (nginx -v, docker --version verified on amd64; aarch64 nginx/apache are
   valid arm64 ELF; docker/docker-ce aarch64 pending (static download resets).)
- Site version refs -> 0.5.0 (skill 0.4.x skipped per user).
- CHANGELOG/0.5.0.md.
2026-09-05 18:40:05 +08:00

30 行
935 B
JSON

{
"name": "apache",
"version": "2.4.68",
"os": "linux",
"arch": "amd64",
"description": "Apache HTTP Server (apache2)",
"variants": [
{
"name": "apache",
"version": "2.4.68",
"os": "linux",
"arch": "amd64",
"file": "2.4.68-linux-amd64.pdm",
"url": "https://pmm.parlz.com/mirror/packages/apache/2.4.68-linux-amd64.pdm",
"sha256": "7b4af732af1f177d49cf33f2308cfebc4e898d19ab5b7ece725101d1a63597b7",
"description": "Apache httpd 2.4.68 (linux amd64, needs system libapr/apr-util)"
},
{
"name": "apache",
"version": "2.4.68",
"os": "linux",
"arch": "aarch64",
"file": "2.4.68-linux-aarch64.pdm",
"url": "https://pmm.parlz.com/mirror/packages/apache/2.4.68-linux-aarch64.pdm",
"sha256": "827d2367409a1f5019421879ee543cbed59862097273e586262caafa03dceaa4",
"description": "Apache httpd 2.4.68 (linux aarch64)"
}
]
}