Skip to content

Commit

Permalink
ADD: tmaze
Browse files Browse the repository at this point in the history
  • Loading branch information
filip2cz committed Feb 1, 2024
1 parent 6b80821 commit a511bd1
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions bucket/tmaze.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
}
}

0 comments on commit a511bd1

Please sign in to comment.