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-9-g3ad49be",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/k-takata/the_silver_searcher-win32/releases/download/2017-12-02/2.1.0-9-g3ad49be/ag-2017-12-02_2.1.0-9-g3ad49be-x64.zip",
|
|
"hash": "a7875caafedb5c967b3f9ac1a68c1df39b05ade4e69deb43a4b911c9b747761e"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/k-takata/the_silver_searcher-win32/releases/download/2017-12-02/2.1.0-9-g3ad49be/ag-2017-12-02_2.1.0-9-g3ad49be-x86.zip",
|
|
"hash": "ab77506c4f363f783cd41fa5ac2b0e5480f0fe628596d4099ba0ac3c61adb370"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|