From a985c84fa4144185eb25ff0fc71ab0c5cae3abcf Mon Sep 17 00:00:00 2001 From: Hayden Barnes Date: Wed, 21 Feb 2024 16:46:18 -0500 Subject: [PATCH] gptscript: Add version 0.1.1 (#12827) * 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> --- bucket/gptscript.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 bucket/gptscript.json diff --git a/bucket/gptscript.json b/bucket/gptscript.json new file mode 100644 index 00000000000000..a01c65d5158abd --- /dev/null +++ b/bucket/gptscript.json @@ -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" + } + } +}