mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 19:44:24 +00:00
31 lines
1.3 KiB
JSON
31 lines
1.3 KiB
JSON
{
|
|
"homepage": "https://geoff.greer.fm/ag/",
|
|
"license": "Apache 2.0",
|
|
"version": "2.1.0-11-ge2bb8d4",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/k-takata/the_silver_searcher-win32/releases/download/2017-12-19/2.1.0-11-ge2bb8d4/ag-2017-12-19_2.1.0-11-ge2bb8d4-x64.zip",
|
|
"hash": "b3b3399e8cb399ed3354144b896d9108f4eff0361888ac63005ae0aebac796f4"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/k-takata/the_silver_searcher-win32/releases/download/2017-12-19/2.1.0-11-ge2bb8d4/ag-2017-12-19_2.1.0-11-ge2bb8d4-x86.zip",
|
|
"hash": "9327cdac63ce7304e327646eba5fd7c407094981ff7fd03950de08c5e8aeb7a2"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|