cue: Add version 0.4.3 (#3577)

* cue: Add version 0.4.3

* cue: Update bucket/cue.json

Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>

Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>
This commit is contained in:
Raul Piraces Alastuey 2022-05-16 20:10:49 +02:00 committed by GitHub
parent 180ab7765a
commit 99832dd635
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

26
bucket/cue.json Normal file
View File

@ -0,0 +1,26 @@
{
"version": "0.4.3",
"description": "CUE is an open source data constraint language which aims to simplify tasks involving defining and using data.",
"homepage": "https://cuelang.org",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/cue-lang/cue/releases/download/v0.4.3/cue_v0.4.3_windows_amd64.zip",
"hash": "67f76e36809565c1396cea1b44978d98807d980d55a7ddc3979396d34fac1037"
}
},
"bin": "cue.exe",
"checkver": {
"github": "https://github.com/cue-lang/cue"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/cue-lang/cue/releases/download/v$version/cue_v$version_windows_amd64.zip"
}
},
"hash": {
"url": "$baseurl/checksums.txt"
}
}
}