mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-02 05:54:27 +00:00
32 lines
1.4 KiB
JSON
32 lines
1.4 KiB
JSON
{
|
|
"version": "2.2.0-55-g5600c1b",
|
|
"description": "A tool for searching code",
|
|
"homepage": "https://geoff.greer.fm/ag/",
|
|
"license": "Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/k-takata/the_silver_searcher-win32/releases/download/2020-06-27/2.2.0-55-g5600c1b/ag-2020-06-27_2.2.0-55-g5600c1b-x64.zip",
|
|
"hash": "e2b14d1479d2ff9c2d717bd80807fc4cd3fb518ffbbf7822665ec7497005225e"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/k-takata/the_silver_searcher-win32/releases/download/2020-06-27/2.2.0-55-g5600c1b/ag-2020-06-27_2.2.0-55-g5600c1b-x86.zip",
|
|
"hash": "64eca3d7b78de0bfcb26d435b7a13fbaab140723e9570d3d224379267c37692c"
|
|
}
|
|
},
|
|
"bin": "ag.exe",
|
|
"checkver": {
|
|
"url": "https://github.com/k-takata/the_silver_searcher-win32/releases",
|
|
"regex": "/releases/tag/(?<date>[\\d-]+)%2F(?<version>[\\w.-]+)"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/k-takata/the_silver_searcher-win32/releases/download/$matchDate/$version/ag-$matchDate_$version-x64.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/k-takata/the_silver_searcher-win32/releases/download/$matchDate/$version/ag-$matchDate_$version-x86.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|