mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
32 lines
1.1 KiB
JSON
32 lines
1.1 KiB
JSON
{
|
|
"version": "0.24.0",
|
|
"description": "SQL like lanuage to perform queries on .git files",
|
|
"homepage": "https://github.com/amrdeveloper/gql",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/AmrDeveloper/GQL/releases/download/0.24.0/gql-x86_64-windows.exe#/gitql.exe",
|
|
"hash": "b9b78e38632a0abf37cf1e9fa3c75434284bf2730c0b7c92a2ea27556fe25850"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/AmrDeveloper/GQL/releases/download/0.24.0/gql-x86-windows.exe#/gitql.exe",
|
|
"hash": "c0886db47ef3f1b59cafd3035bd3ea11482af4a6b94cdc16089f9244d295a468"
|
|
}
|
|
},
|
|
"bin": "gitql.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/AmrDeveloper/GQL/releases/download/$version/gql-x86_64-windows.exe#/gitql.exe"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/AmrDeveloper/GQL/releases/download/$version/gql-x86-windows.exe#/gitql.exe"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/$basename.sha256"
|
|
}
|
|
}
|
|
}
|