diff --git a/bucket/dog.json b/bucket/dog.json new file mode 100644 index 0000000000..2077700d27 --- /dev/null +++ b/bucket/dog.json @@ -0,0 +1,27 @@ +{ + "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": "https://github.com/ogham/dog/releases/download/v$version/SHA256SUMS", + "mode": "extract" + } + } +}