-
Notifications
You must be signed in to change notification settings - Fork 0
/
tomba.json
29 lines (29 loc) · 1.04 KB
/
tomba.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
{
"version": "1.0.7",
"architecture": {
"32bit": {
"url": "https://github.com/tomba-io/tomba/releases/download/v1.0.7/tomba_windows_386.zip",
"bin": [
"tomba.exe"
],
"hash": "0ef0380bd28241800d4f3d5c18fac0d3ac07a346627a20de9b0866c316c8b494"
},
"64bit": {
"url": "https://github.com/tomba-io/tomba/releases/download/v1.0.7/tomba_windows_amd64.zip",
"bin": [
"tomba.exe"
],
"hash": "7fa3595dc37e2fe4191090999582c6201390d29b4ca8074eeea9f978e72d7648"
},
"arm64": {
"url": "https://github.com/tomba-io/tomba/releases/download/v1.0.7/tomba_windows_arm64.zip",
"bin": [
"tomba.exe"
],
"hash": "f6843f4599101283e9c15bf4297259c85a6230dfe66ee6181a0fc23481870cb8"
}
},
"homepage": "https://tomba.io",
"license": "Apache-2.0",
"description": "CLI utility to search or verify lists of email addresses in seconds."
}