From 31f5010c07c1614b33df9cd376f681b2e0465e79 Mon Sep 17 00:00:00 2001 From: batkiz Date: Sun, 13 Dec 2020 13:07:07 +0800 Subject: [PATCH] dog: Add version 0.1.0 (#1652) --- bucket/dog.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 bucket/dog.json 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" + } + } +}