Skip to content

Commit

Permalink
chunker, chunker-cli: Fix autoupdate (#1226)
Browse files Browse the repository at this point in the history
* chunker: Update to version 1.1.0
* chunker-cli: Update to version 1.1.0
  • Loading branch information
RuiNtD authored Sep 6, 2024
1 parent 3cb79d6 commit 5fa9981
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 26 deletions.
16 changes: 4 additions & 12 deletions bucket/chunker-cli.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,14 @@
{
"version": "1.0.0",
"version": "1.1.0",
"description": "Convert Minecraft worlds between Java Edition and Bedrock Edition",
"homepage": "https://github.com/HiveGamesOSS/Chunker",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/HiveGamesOSS/Chunker/releases/download/1.0.0/chunker-cli-windows-x64.zip",
"hash": "70a85d0182472ca3380d8fc881b94194a200aec269510c93f22c69fd8cc007b1"
}
},
"url": "https://github.com/HiveGamesOSS/Chunker/releases/download/1.1.0/chunker-cli-windows-x86.zip",
"hash": "961a0ce7c27d342b8a4a17c0459516f44fadfc01ece044bc9bb0c19c25806b71",
"extract_dir": "chunker-cli",
"bin": "chunker-cli.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/HiveGamesOSS/Chunker/releases/download/$version/chunker-cli-windows-x64.zip"
}
}
"url": "https://github.com/HiveGamesOSS/Chunker/releases/download/$version/chunker-cli-windows-x86.zip"
}
}
20 changes: 6 additions & 14 deletions bucket/chunker.json
Original file line number Diff line number Diff line change
@@ -1,30 +1,22 @@
{
"version": "1.0.0",
"version": "1.1.0",
"description": "Convert Minecraft worlds between Java Edition and Bedrock Edition",
"homepage": "https://github.com/HiveGamesOSS/Chunker",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/HiveGamesOSS/Chunker/releases/download/1.0.0/Chunker-1.0.0-windows-x64.exe",
"hash": "6838fb5dac55cf7ba453e72d5b255a8b761e5910dc59eb2748914c2d5759370d"
}
},
"url": "https://github.com/HiveGamesOSS/Chunker/releases/download/1.1.0/Chunker-1.1.0-windows-x86.exe",
"hash": "b31f0049b7d2d66b54cfa53a7d526a120cd028947cb4cfe6e340ee2e135ed005",
"shortcuts": [
[
"Chunker-1.0.0-windows-x64.exe",
"Chunker-1.1.0-windows-x86.exe",
"Chunker"
]
],
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/HiveGamesOSS/Chunker/releases/download/$version/Chunker-$version-windows-x64.exe"
}
},
"url": "https://github.com/HiveGamesOSS/Chunker/releases/download/$version/Chunker-$version-windows-x86.exe",
"shortcuts": [
[
"Chunker-$version-windows-x64.exe",
"Chunker-$version-windows-x86.exe",
"Chunker"
]
]
Expand Down

0 comments on commit 5fa9981

Please sign in to comment.