From af44775eb2f645fa9d9d4e23696fa638cc13b676 Mon Sep 17 00:00:00 2001 From: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> Date: Mon, 4 Sep 2023 14:51:00 +0530 Subject: [PATCH] typioca: Move from Extras bucket --- bucket/typioca.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 bucket/typioca.json diff --git a/bucket/typioca.json b/bucket/typioca.json new file mode 100644 index 0000000000..f722cd22a1 --- /dev/null +++ b/bucket/typioca.json @@ -0,0 +1,28 @@ +{ + "version": "2.5.0", + "description": "Minimal, terminal based typing speed tester.", + "homepage": "https://github.com/bloznelis/typioca", + "license": "MIT", + "architecture": { + "64bit": { + "url": "https://github.com/bloznelis/typioca/releases/download/2.5.0/typioca-win-amd64.exe#/typioca.exe", + "hash": "34456c386046c24f0993015f9a09eb5cbdead182f80678d12d0c3b6e6fa0fca1" + }, + "arm64": { + "url": "https://github.com/bloznelis/typioca/releases/download/2.5.0/typioca-win-arm64.exe#/typioca.exe", + "hash": "f3b5821dbcddbd417e8724ac0d98496e88667ae03b1d0998d2f43e42deccb43e" + } + }, + "bin": "typioca.exe", + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/bloznelis/typioca/releases/download/$version/typioca-win-amd64.exe#/typioca.exe" + }, + "arm64": { + "url": "https://github.com/bloznelis/typioca/releases/download/$version/typioca-win-arm64.exe#/typioca.exe" + } + } + } +}