mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 03:54:28 +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.2.0-16-g55eaadd",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/k-takata/the_silver_searcher-win32/releases/download/2019-03-20/2.2.0-16-g55eaadd/ag-2019-03-20_2.2.0-16-g55eaadd-x64.zip",
|
|
"hash": "76cd1d6a4b56ac86eecd1febc580d42bd02561003a507b76cdc5a080450d6220"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/k-takata/the_silver_searcher-win32/releases/download/2019-03-20/2.2.0-16-g55eaadd/ag-2019-03-20_2.2.0-16-g55eaadd-x86.zip",
|
|
"hash": "fd013d565f84c2cea3fdf04ae77c35f47763a6de11080042b3fd51f22b886cac"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|