Aliaksandr Belik c7cf6b4863
doggo: Add version 0.5.4 (#4093)
* doggo: Add version 0.5.4

* doggo: Add arm64 version
2022-11-05 18:55:54 +05:30

34 lines
1.2 KiB
JSON

{
"version": "0.5.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/v0.5.4/doggo_0.5.4_windows_amd64.tar.gz",
"hash": "0923e035492b8c55b25e6250fe744c5c7559786364d3c758707104a564dd0a16"
},
"arm64": {
"url": "https://github.com/mr-karan/doggo/releases/download/v0.5.4/doggo_0.5.4_windows_arm64.tar.gz",
"hash": "efbde34ea7c238461e6d7d57061ff4761021cff2499af8c0634bce5705d0c465"
}
},
"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"
}
}
}