doggo: Add version 0.5.4 (#4093)

* doggo: Add version 0.5.4

* doggo: Add arm64 version
This commit is contained in:
Aliaksandr Belik 2022-11-05 16:25:54 +03:00 committed by GitHub
parent 1223a7e0ed
commit c7cf6b4863
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

33
bucket/doggo.json Normal file
View File

@ -0,0 +1,33 @@
{
"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"
}
}
}