mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-31 21:14:24 +00:00
34 lines
1.2 KiB
JSON
34 lines
1.2 KiB
JSON
{
|
|
"version": "0.5.6",
|
|
"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/v0.5.6/doggo_0.5.6_windows_amd64.tar.gz",
|
|
"hash": "a3b06ca11c12bdf97bdbf299c73a4b1aaed03c6f5ed6df372b83331967a0eaf8"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/mr-karan/doggo/releases/download/v0.5.6/doggo_0.5.6_windows_arm64.tar.gz",
|
|
"hash": "afaef0e77f643f06cdee7ebc5b592233c7bfbd7b18070a61f22e1187304a85db"
|
|
}
|
|
},
|
|
"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_amd64.tar.gz"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/mr-karan/doggo/releases/download/v$version/doggo_$version_windows_arm64.tar.gz"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/doggo_$version_checksums.txt"
|
|
}
|
|
}
|
|
}
|