-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbinview.json
30 lines (30 loc) · 1.11 KB
/
binview.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
25
26
27
28
29
30
{
"version": "0.6.3",
"description": "Binary data view/editor on the terminal",
"homepage": "https://github.com/hymkor/binview",
"license": "MIT License",
"architecture": {
"32bit": {
"url": "https://github.com/hymkor/binview/releases/download/v0.6.3/binview-v0.6.3-windows-386.zip",
"hash": "5d9426f71b1dcc76d6e8af1e9ad50afc5870c6db5b5720b2195e40444d2a8f55"
},
"64bit": {
"url": "https://github.com/hymkor/binview/releases/download/v0.6.3/binview-v0.6.3-windows-amd64.zip",
"hash": "098fa2403fe9f69028e344b9d1e5c8b6a9270e5680f2bbf81fc14fae64edbc67"
}
},
"bin": [
"binview.exe"
],
"checkver": "github",
"autoupdate": {
"architecture": {
"32bit": {
"url": "https://github.com/hymkor/binview/releases/download/v$version/binview-v$version-windows-386.zip"
},
"64bit": {
"url": "https://github.com/hymkor/binview/releases/download/v$version/binview-v$version-windows-amd64.zip"
}
}
}
}