Skip to content

Commit a985c84

Browse files
gptscript: Add version 0.1.1 (#12827)
* gptscript: Add 0.1.1 * [email protected]: Fix autoupdate, add hash extraction --------- Co-authored-by: Aliaksandr Belik <[email protected]>
1 parent 0886f0f commit a985c84

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

bucket/gptscript.json

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"version": "0.1.1",
3+
"description": "GPTScript is a new scripting language to automate your interaction with a Large Language Model (LLM), namely OpenAI",
4+
"homepage": "https://github.com/gptscript-ai/gptscript",
5+
"license": "Apache 2.0",
6+
"architecture": {
7+
"64bit": {
8+
"url": "https://github.com/gptscript-ai/gptscript/releases/download/v0.1.1/gptscript-v0.1.1-windows-amd64.zip",
9+
"hash": "252D415FDE51636757A70DE22675BD1AB7D5960DD56DD82A0F60F7BA8FD05869"
10+
}
11+
},
12+
"bin": "gptscript.exe",
13+
"checkver": "github",
14+
"autoupdate": {
15+
"architecture": {
16+
"64bit": {
17+
"url": "https://github.com/gptscript-ai/gptscript/releases/download/v$version/gptscript-v$version-windows-amd64.zip"
18+
}
19+
},
20+
"hash": {
21+
"url": "$baseurl/checksums.txt"
22+
}
23+
}
24+
}

0 commit comments

Comments
 (0)