mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-09 02:01:26 +00:00
32 lines
1.1 KiB
JSON
32 lines
1.1 KiB
JSON
{
|
|
"version": "0.34.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.34.0/gql-x86_64-windows.exe#/gitql.exe",
|
|
"hash": "ba10afb48c8f44a47b8e3a179aba6efb1fd1521e9a2fdcb8ca664c5fa7f4c96d"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/AmrDeveloper/GQL/releases/download/0.34.0/gql-x86-windows.exe#/gitql.exe",
|
|
"hash": "9ba4dff9f111c17dff22d99e095d5f434264169d96f0c61817ffd1e24c149fdf"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|