mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 06:11:20 +00:00
27 lines
795 B
JSON
27 lines
795 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|
|
}
|