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.1",
|
|
"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.1/doggo_1.1.1_Windows_x86_64.zip",
|
|
"hash": "cfc47c0767295d35006f147039d118eab1550795fddd01cf65e43918c9b9482e",
|
|
"extract_dir": "doggo_1.1.1_Windows_x86_64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/mr-karan/doggo/releases/download/v1.1.1/doggo_1.1.1_Windows_i386.zip",
|
|
"hash": "be841ee6b97a2fbec81862af88158c4b3410a1d4e83e9fcca3e928219a356110",
|
|
"extract_dir": "doggo_1.1.1_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"
|
|
}
|
|
}
|
|
}
|