Sync files delete

This commit is contained in:
2026-04-23 15:49:41 +05:30
parent 0cfcbe8ed6
commit 6c2ee11ccc
25 changed files with 1080 additions and 0 deletions
+70
View File
@@ -0,0 +1,70 @@
{
"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"
}
}
}
]
}