From c7cf6b486306154f17bcdcea049f53dd521d255f Mon Sep 17 00:00:00 2001 From: Aliaksandr Belik <1752374+aliesbelik@users.noreply.github.com> Date: Sat, 5 Nov 2022 16:25:54 +0300 Subject: [PATCH] doggo: Add version 0.5.4 (#4093) * doggo: Add version 0.5.4 * doggo: Add arm64 version --- bucket/doggo.json | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 bucket/doggo.json diff --git a/bucket/doggo.json b/bucket/doggo.json new file mode 100644 index 0000000000..0809630eb9 --- /dev/null +++ b/bucket/doggo.json @@ -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" + } + } +}