mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 19:44:24 +00:00
38 lines
1.4 KiB
JSON
38 lines
1.4 KiB
JSON
{
|
|
"version": "1.0.4",
|
|
"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.0.4/doggo_1.0.4_Windows_x86_64.zip",
|
|
"hash": "45ee5a6971f4523ec72068ad584d0d46271b26431d361d422c2f156640cba5a3",
|
|
"extract_dir": "doggo_1.0.4_Windows_x86_64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/mr-karan/doggo/releases/download/v1.0.4/doggo_1.0.4_Windows_i386.zip",
|
|
"hash": "bf7ea30195cdd1e83300311bd73a255dc70bf98a4005305ac6287355a6fb9a09",
|
|
"extract_dir": "doggo_1.0.4_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"
|
|
}
|
|
}
|
|
}
|