mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-06 00:31:20 +00:00
32 lines
1.1 KiB
JSON
32 lines
1.1 KiB
JSON
{
|
|
"version": "0.17.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.17.0/gql-x86_64-windows.exe#/gitql.exe",
|
|
"hash": "417bdcb3160df339e420625544420920a19879fd4ef8c778db3da010c344d046"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/AmrDeveloper/GQL/releases/download/0.17.0/gql-x86-windows.exe#/gitql.exe",
|
|
"hash": "add2c8444be9b6b060402d8d8baff656d632e49cf4e680532fe0aa8b50ac67d6"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|