Skip to content

Commit

Permalink
gptscript: Add version 0.1.1 (#12827)
Browse files Browse the repository at this point in the history
* gptscript: Add 0.1.1
* gptscript@0.1.1: Fix autoupdate, add hash extraction

---------

Co-authored-by: Aliaksandr Belik <1752374+aliesbelik@users.noreply.github.com>
  • Loading branch information
sirredbeard and aliesbelik committed Feb 21, 2024
1 parent 0886f0f commit a985c84
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions bucket/gptscript.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"version": "0.1.1",
"description": "GPTScript is a new scripting language to automate your interaction with a Large Language Model (LLM), namely OpenAI",
"homepage": "https://github.com/gptscript-ai/gptscript",
"license": "Apache 2.0",
"architecture": {
"64bit": {
"url": "https://github.com/gptscript-ai/gptscript/releases/download/v0.1.1/gptscript-v0.1.1-windows-amd64.zip",
"hash": "252D415FDE51636757A70DE22675BD1AB7D5960DD56DD82A0F60F7BA8FD05869"
}
},
"bin": "gptscript.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/gptscript-ai/gptscript/releases/download/v$version/gptscript-v$version-windows-amd64.zip"
}
},
"hash": {
"url": "$baseurl/checksums.txt"
}
}
}

0 comments on commit a985c84

Please sign in to comment.