chore: scoop manifest -> v0.12.2
Signed-off-by: fai-scoop-bot <platform@flemming.ai>
This commit is contained in:
parent
03f3795b7d
commit
4979706515
1 changed files with 41 additions and 41 deletions
82
fai.json
82
fai.json
|
|
@ -1,45 +1,45 @@
|
||||||
{
|
{
|
||||||
"$schema": "https://raw.githubusercontent.com/ScoopInstaller/Scoop/master/schema.json",
|
"$schema": "https://raw.githubusercontent.com/ScoopInstaller/Scoop/master/schema.json",
|
||||||
"version": "0.12.1",
|
"version": "0.12.2",
|
||||||
"description": "Deterministic workflow engine for AI-assisted data processing in regulated environments.",
|
"description": "Deterministic workflow engine for AI-assisted data processing in regulated environments.",
|
||||||
"homepage": "https://flemming.ai/",
|
"homepage": "https://flemming.ai/",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
|
"architecture": {
|
||||||
|
"64bit": {
|
||||||
|
"url": "https://git.flemming.ai/fai/platform/releases/download/v0.12.2/fai-windows-x86_64.exe#/fai.exe",
|
||||||
|
"hash": "sha256:8d87e369fc207d319031cbc7330ac115af30957e57e000e164d2759484bb5c32"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"bin": "fai.exe",
|
||||||
|
"post_install": [
|
||||||
|
"Write-Host ''",
|
||||||
|
"Write-Host 'F∆I installed. Bootstrap the per-user layout with:'",
|
||||||
|
"Write-Host ' fai bootstrap'",
|
||||||
|
"Write-Host 'then'",
|
||||||
|
"Write-Host ' fai daemon start'",
|
||||||
|
"Write-Host ''"
|
||||||
|
],
|
||||||
|
"checkver": {
|
||||||
|
"url": "https://git.flemming.ai/fai/platform/releases.atom",
|
||||||
|
"regex": "<title>v([\\d.]+)</title>"
|
||||||
|
},
|
||||||
|
"autoupdate": {
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://git.flemming.ai/fai/platform/releases/download/v0.12.1/fai-windows-x86_64.exe#/fai.exe",
|
"url": "https://git.flemming.ai/fai/platform/releases/download/v$version/fai-windows-x86_64.exe#/fai.exe",
|
||||||
"hash": "sha256:0000000000000000000000000000000000000000000000000000000000000000"
|
"hash": {
|
||||||
|
"url": "$url.sha256",
|
||||||
|
"regex": "^([a-fA-F0-9]{64})"
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
"bin": "fai.exe",
|
}
|
||||||
"post_install": [
|
},
|
||||||
"Write-Host ''",
|
"notes": [
|
||||||
"Write-Host 'F∆I installed. Bootstrap the per-user layout with:'",
|
"F∆I includes a sandboxed WASM runtime. First launch may",
|
||||||
"Write-Host ' fai bootstrap'",
|
"trigger SmartScreen because the binary is not yet",
|
||||||
"Write-Host 'then'",
|
"Authenticode-signed; this is tracked as the remaining",
|
||||||
"Write-Host ' fai daemon start'",
|
"Windows half of system-gap S-16. Verify the binary",
|
||||||
"Write-Host ''"
|
"manually against its ECDSA signature sidecar:",
|
||||||
],
|
" fai admin verify --self"
|
||||||
"checkver": {
|
]
|
||||||
"url": "https://git.flemming.ai/fai/platform/releases.atom",
|
|
||||||
"regex": "<title>v([\\d.]+)</title>"
|
|
||||||
},
|
|
||||||
"autoupdate": {
|
|
||||||
"architecture": {
|
|
||||||
"64bit": {
|
|
||||||
"url": "https://git.flemming.ai/fai/platform/releases/download/v$version/fai-windows-x86_64.exe#/fai.exe",
|
|
||||||
"hash": {
|
|
||||||
"url": "$url.sha256",
|
|
||||||
"regex": "^([a-fA-F0-9]{64})"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"notes": [
|
|
||||||
"F∆I includes a sandboxed WASM runtime. First launch may",
|
|
||||||
"trigger SmartScreen because the binary is not yet",
|
|
||||||
"Authenticode-signed; this is tracked as the remaining",
|
|
||||||
"Windows half of system-gap S-16. Verify the binary",
|
|
||||||
"manually against its ECDSA signature sidecar:",
|
|
||||||
" fai admin verify --self"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue