-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathgroonga.json
24 lines (24 loc) · 888 Bytes
/
groonga.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"homepage": "https://groonga.org/ja/",
"version": "13.1.1",
"bin": "bin/groonga.exe",
"license": "LGPL-2.1",
"architecture": {
"64bit": {
"url": "https://github.com/groonga/groonga/releases/download/v13.1.1/groonga-13.1.1-x64-vs2019-with-vcruntime.zip",
"hash": "5d2a09484146b617a6ebf381c37c46c08ec57630b2298f617185a49b676cfc9b",
"extract_dir": "groonga-13.1.1-x64-vs2019-with-vcruntime"
}
},
"checkver": {
"github": "https://github.com/groonga/groonga"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/groonga/groonga/releases/download/v$version/groonga-$version-x64-vs2019-with-vcruntime.zip",
"extract_dir": "groonga-$version-x64-vs2019-with-vcruntime"
}
}
}
}