From a511bd18a9063b60daf7ca1e566733e23db0be39 Mon Sep 17 00:00:00 2001 From: filip2cz Date: Thu, 1 Feb 2024 21:21:26 +0100 Subject: [PATCH] ADD: tmaze --- bucket/tmaze.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 bucket/tmaze.json diff --git a/bucket/tmaze.json b/bucket/tmaze.json new file mode 100644 index 000000000000..7aa4a3323a0c --- /dev/null +++ b/bucket/tmaze.json @@ -0,0 +1,21 @@ +{ + "version": "1.13.0", + "description": "Simple multiplatform maze solving game for terminal", + "homepage": "https://github.com/ur-fault/TMaze", + "license": "https://raw.githubusercontent.com/ur-fault/TMaze/master/LICENSE", + "architecture": { + "64bit": { + "url": "https://github.com/ur-fault/TMaze/releases/download/1.13.0/tmaze-1.13.0-win-x86_64.exe#/tmaze.exe", + "hash": "61F535289B2EE82640DF5FF05D47DA247DF98B15CF4A4E462B10B5B27A95A3D4" + } + }, + "bin": "tmaze.exe", + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/ur-fault/TMaze/releases/download/$version/tmaze-$version-win-x86_64.exe#/tmaze.exe" + } + } + } +}