Skip to content

Commit 519155f

Browse files
authored
openfang: Add version 0.3.4 (#7706)
1 parent e1fd5f6 commit 519155f

1 file changed

Lines changed: 30 additions & 0 deletions

File tree

bucket/openfang.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"version": "0.3.4",
3+
"description": "Open-source Agent Operating System.",
4+
"homepage": "https://openfang.sh",
5+
"license": "MIT|Apache-2.0",
6+
"architecture": {
7+
"64bit": {
8+
"url": "https://github.com/RightNow-AI/openfang/releases/download/v0.3.4/openfang-x86_64-pc-windows-msvc.zip",
9+
"hash": "01d80d9b7935f5e98812a40005a4c7a78570585c78a3e88bdca20bf9290047aa"
10+
},
11+
"arm64": {
12+
"url": "https://github.com/RightNow-AI/openfang/releases/download/v0.3.4/openfang-aarch64-pc-windows-msvc.zip",
13+
"hash": "503902276a6a56809f8eb32fd9c4aa432e40fc1a4b4411f21f3fdcd52f8f4eb8"
14+
}
15+
},
16+
"bin": "openfang.exe",
17+
"checkver": {
18+
"github": "https://github.com/RightNow-AI/openfang"
19+
},
20+
"autoupdate": {
21+
"architecture": {
22+
"64bit": {
23+
"url": "https://github.com/RightNow-AI/openfang/releases/download/v$version/openfang-x86_64-pc-windows-msvc.zip"
24+
},
25+
"arm64": {
26+
"url": "https://github.com/RightNow-AI/openfang/releases/download/v$version/openfang-aarch64-pc-windows-msvc.zip"
27+
}
28+
}
29+
}
30+
}

0 commit comments

Comments
 (0)