From 58df95a3cb7e66eed8e91327591a88bdfbff88c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filip=20Kom=C3=A1rek?= Date: Thu, 1 Feb 2024 22:12:15 +0100 Subject: [PATCH] tmaze: Add version 1.13.0 (#1085) --- 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" + } + } + } +}