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.18.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.18.0/gql-x86_64-windows.exe#/gitql.exe",
|
|
"hash": "adfe52cadb320e534cf58eedd6cbd44a0d3ed43b1d5522c5ad684e4ab54bd7b5"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/AmrDeveloper/GQL/releases/download/0.18.0/gql-x86-windows.exe#/gitql.exe",
|
|
"hash": "8d39ad19890d8a6e2981136ba6ca4395f8f26d650ac2ee222518b56087277cad"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|