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-28-g4aa9f05",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/k-takata/the_silver_searcher-win32/releases/download/2018-01-25/2.1.0-28-g4aa9f05/ag-2018-01-25_2.1.0-28-g4aa9f05-x64.zip",
|
|
"hash": "e287fcba7d01142fd79fd4d8a8244fc0023bf9225869d3c9bde83691b4d327cb"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/k-takata/the_silver_searcher-win32/releases/download/2018-01-25/2.1.0-28-g4aa9f05/ag-2018-01-25_2.1.0-28-g4aa9f05-x86.zip",
|
|
"hash": "d65b157dbd5f004151653507826915673106c9679d386bf18ec13cf97344c96d"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|