-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathdog.json
26 lines (26 loc) · 821 Bytes
/
dog.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
{
"version": "0.1.0",
"description": "Command-line DNS client",
"homepage": "https://dns.lookup.dog",
"license": "EUPL-1.2",
"architecture": {
"64bit": {
"url": "https://github.com/ogham/dog/releases/download/v0.1.0/dog-v0.1.0-x86_64-pc-windows-msvc.zip",
"hash": "85e80ebd1560195fb9a2eb87c782d7a9e50d94ae76938ae4df852cecda7fcced"
}
},
"bin": "bin\\dog.exe",
"checkver": {
"github": "https://github.com/ogham/dog"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/ogham/dog/releases/download/v$version/dog-v$version-x86_64-pc-windows-msvc.zip"
}
},
"hash": {
"url": "$baseurl/SHA256SUMS"
}
}
}