mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-06 19:55:15 +00:00
38 lines
1.4 KiB
JSON
38 lines
1.4 KiB
JSON
{
|
|
"version": "1.1.2",
|
|
"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.2/doggo_1.1.2_Windows_x86_64.zip",
|
|
"hash": "a14a9d8e0020bfb604993faa97c2d4e4f34112c9a7ff951ceb33ad267b181c24",
|
|
"extract_dir": "doggo_1.1.2_Windows_x86_64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/mr-karan/doggo/releases/download/v1.1.2/doggo_1.1.2_Windows_i386.zip",
|
|
"hash": "2c5e4d915f2b2fe16597c43a11ba57319761a07db532c527afcf68845c82e19d",
|
|
"extract_dir": "doggo_1.1.2_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"
|
|
}
|
|
}
|
|
}
|