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" + } + } + } +}