mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-11 14:15:14 +00:00
32 lines
1.3 KiB
JSON
32 lines
1.3 KiB
JSON
{
|
|
"homepage": "https://geoff.greer.fm/ag/",
|
|
"description": "A tool for searching code",
|
|
"license": "Apache-2.0",
|
|
"version": "2.1.0-39-gbd320d4",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/k-takata/the_silver_searcher-win32/releases/download/2018-08-06/2.1.0-39-gbd320d4/ag-2018-08-06_2.1.0-39-gbd320d4-x64.zip",
|
|
"hash": "42454bf5169f62ff023824647cf770d65beec9ee9304820ae3a438f006bfb40c"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/k-takata/the_silver_searcher-win32/releases/download/2018-08-06/2.1.0-39-gbd320d4/ag-2018-08-06_2.1.0-39-gbd320d4-x86.zip",
|
|
"hash": "7a99723fb44fbd65bc6331eedc0e12dae9e2c10072811e011c347de9d3969fbd"
|
|
}
|
|
},
|
|
"bin": "ag.exe",
|
|
"checkver": {
|
|
"url": "https://github.com/k-takata/the_silver_searcher-win32/releases",
|
|
"re": "/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"
|
|
}
|
|
}
|
|
}
|
|
}
|