| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- {
- "schemaVersion": 1,
- "product": "Flo",
- "version": "1.0.0",
- "channel": "stable",
- "releasedAt": "2026-04-20T00:00:00Z",
- "minBootstrapperVersion": "1.0.0",
- "artifacts": [
- {
- "id": "postgres",
- "version": "16.4",
- "platforms": {
- "win-x64": {
- "url": "https://updates.flo.example/stable/artifacts/postgres-16.4-win-x64.zip",
- "sha256": "0000000000000000000000000000000000000000000000000000000000000000",
- "sizeBytes": 157286400,
- "archive": "zip",
- "installPath": "postgres"
- },
- "linux-x64": {
- "url": "https://updates.flo.example/stable/artifacts/postgres-16.4-linux-x64.tar.gz",
- "sha256": "0000000000000000000000000000000000000000000000000000000000000000",
- "sizeBytes": 142606336,
- "archive": "tar.gz",
- "installPath": "postgres"
- }
- }
- },
- {
- "id": "ferretdb",
- "version": "1.24.0",
- "platforms": {
- "win-x64": {
- "url": "https://updates.flo.example/stable/artifacts/ferretdb-1.24.0-win-x64.zip",
- "sha256": "0000000000000000000000000000000000000000000000000000000000000000",
- "sizeBytes": 31457280,
- "archive": "zip",
- "installPath": "ferretdb"
- },
- "linux-x64": {
- "url": "https://updates.flo.example/stable/artifacts/ferretdb-1.24.0-linux-x64.tar.gz",
- "sha256": "0000000000000000000000000000000000000000000000000000000000000000",
- "sizeBytes": 28311552,
- "archive": "tar.gz",
- "installPath": "ferretdb"
- }
- }
- },
- {
- "id": "flo-service",
- "version": "1.0.0",
- "platforms": {
- "win-x64": {
- "url": "https://updates.flo.example/stable/artifacts/flo-service-1.0.0-win-x64.zip",
- "sha256": "0000000000000000000000000000000000000000000000000000000000000000",
- "sizeBytes": 52428800,
- "archive": "zip",
- "installPath": "service"
- },
- "linux-x64": {
- "url": "https://updates.flo.example/stable/artifacts/flo-service-1.0.0-linux-x64.tar.gz",
- "sha256": "0000000000000000000000000000000000000000000000000000000000000000",
- "sizeBytes": 50331648,
- "archive": "tar.gz",
- "installPath": "service"
- }
- }
- }
- ]
- }
|