scoop_bucket/bucket/cbqn.json

20 lines
687 B
JSON
Raw Normal View History

2023-01-17 18:19:12 +09:00
{
"version": "0.0.11-alpha",
"description": "a BQN implementation in C",
"homepage": "https://github.com/dzaima/CBQN",
"license": "GPL-3.0-only",
"architecture": {
"64bit": {
"url": "https://github.com/actalley/WinBQN/releases/download/v0.0.11-alpha/dzaima-cbqn-dev-381460e-llvm-mingw-x86_64.zip",
"hash": "16DC345DB201A600F121C329C8704F83B0833FC4C0AB26B27783F067DCDDCB8C",
"extract_dir": "dzaima-cbqn-dev-381460e-llvm-mingw-x86_64"
}
},
"bin": ["BQN.exe"],
"checkver": {
2023-01-19 16:01:59 +09:00
"url": "https://api.github.com/repos/actalley/WinBQN/releases",
"jsonpath": "$[0].name",
"regex": "v([\\d.]+-alpha)"
2023-01-17 18:19:12 +09:00
}
2023-01-17 18:26:11 +09:00
}