mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
dog: Add version 0.1.0 (#1652)
This commit is contained in:
parent
7f04f1ba4e
commit
31f5010c07
27
bucket/dog.json
Normal file
27
bucket/dog.json
Normal file
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user