Skip to content

Commit

Permalink
sokoban: Add version 0.1.4 (#1079)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShenMian authored Jan 24, 2024
1 parent 0421831 commit 2d51fcc
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions bucket/sokoban.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"version": "0.1.4",
"description": "Sokoban with a solver",
"homepage": "https://github.com/ShenMian/sokoban-rs",
"checkver": "github",
"license": "MIT|Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/ShenMian/sokoban-rs/releases/download/v0.1.4/sokoban-windows.zip",
"bin": "sokoban-windows/sokoban-rs.exe",
"hash": "dd09d809d84775d66ba0a72f59e7930c7db3ccb3bace6432a10152bbbcfdf9b2"
}
},
"shortcuts": [
[
"sokoban-windows/sokoban-rs.exe",
"sokoban-rs"
]
],
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/ShenMian/sokoban-rs/releases/download/v$version/sokoban-windows.zip"
}
}
}
}

0 comments on commit 2d51fcc

Please sign in to comment.