Skip to content

Commit 734267f

Browse files
committed
anythingllm: Add version 1.7.3-r2
1 parent f340cbe commit 734267f

File tree

1 file changed

+50
-0
lines changed

1 file changed

+50
-0
lines changed

bucket/anythingllm.json

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
{
2+
"version": "1.7.3-r2",
3+
"description": "The all-in-one Desktop & Docker AI application with built-in RAG, AI agents, and more.",
4+
"homepage": "https://anythingllm.com",
5+
"license": "MIT",
6+
"architecture": {
7+
"64bit": {
8+
"url": "https://github.com/Mintplex-Labs/anything-llm/releases/download/v1.4.0/AnythingLLMDesktop.exe#/dl.7z",
9+
"hash": "00b3a2f690e2da918cf7bdfe604e5f3499b70044af07d36c986ad6944951f41a",
10+
"pre_install": [
11+
"Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"",
12+
"Remove-Item \"$dir\\`$*\", \"$dir\\Unintall*\" -Recurse"
13+
]
14+
},
15+
"arm64": {
16+
"url": "https://github.com/Mintplex-Labs/anything-llm/releases/download/v1.4.0/AnythingLLMDesktop-Arm64.exe#/dl.7z",
17+
"hash": "b21b7b5fcad87110e9bd880946ad69daf4601ede4ce8c24874147e19db0ee8df",
18+
"pre_install": [
19+
"Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-arm64.7z\" \"$dir\"",
20+
"Remove-Item \"$dir\\`$*\", \"$dir\\Unintall*\" -Recurse"
21+
]
22+
}
23+
},
24+
"shortcuts": [
25+
[
26+
"AnythingLLM.exe",
27+
"AnythingLLM"
28+
]
29+
],
30+
"checkver": {
31+
"url": "https://github.com/Mintplex-Labs/anything-llm/releases/latest",
32+
"script": [
33+
"$release = (Invoke-WebRequest -Uri $url -UseBasicParsing -Method Head).BaseResponse.RequestMessage.RequestUri.Segments[-1]",
34+
"$version_txt = 'https://github.com/Mintplex-Labs/anything-llm/releases/download/' + $release + '/version.txt'",
35+
"$version = (Invoke-RestMethod -Uri $version_txt -UseBasicParsing).Trim()",
36+
"Write-Output $version $release"
37+
],
38+
"regex": "(\\S+) (?<release>\\S+)"
39+
},
40+
"autoupdate": {
41+
"architecture": {
42+
"64bit": {
43+
"url": "https://github.com/Mintplex-Labs/anything-llm/releases/download/$matchRelease/AnythingLLMDesktop.exe#/dl.7z"
44+
},
45+
"arm64": {
46+
"url": "https://github.com/Mintplex-Labs/anything-llm/releases/download/$matchRelease/AnythingLLMDesktop-Arm64.exe#/dl.7z"
47+
}
48+
}
49+
}
50+
}

0 commit comments

Comments
 (0)