mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
38 lines
1.4 KiB
JSON
38 lines
1.4 KiB
JSON
{
|
|
"version": "1.1.0",
|
|
"description": "Command-line DNS Client for Humans",
|
|
"homepage": "https://doggo.mrkaran.dev/",
|
|
"license": "GPL-3.0-only",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/mr-karan/doggo/releases/download/v1.1.0/doggo_1.1.0_Windows_x86_64.zip",
|
|
"hash": "5e0883b68a7f4ea59a25e34dc519ee6336b56d79ea0e4a14571be1e5b5aa9fc6",
|
|
"extract_dir": "doggo_1.1.0_Windows_x86_64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/mr-karan/doggo/releases/download/v1.1.0/doggo_1.1.0_Windows_i386.zip",
|
|
"hash": "55f0b3a825e365a4b8704a36746ec937114b41a527bae8f62a5c575c29744a84",
|
|
"extract_dir": "doggo_1.1.0_Windows_i386"
|
|
}
|
|
},
|
|
"bin": "doggo.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/mr-karan/doggo"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/mr-karan/doggo/releases/download/v$version/doggo_$version_Windows_x86_64.zip",
|
|
"extract_dir": "doggo_$version_Windows_x86_64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/mr-karan/doggo/releases/download/v$version/doggo_$version_Windows_i386.zip",
|
|
"extract_dir": "doggo_$version_Windows_i386"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/doggo_$version_checksums.txt"
|
|
}
|
|
}
|
|
}
|