amulet: Add version 1.21.10 (#1550)

Co-authored-by: Ross Smith II <ross@smithii.com>
This commit is contained in:
Vinny 2020-12-26 14:53:29 -03:00 committed by GitHub
parent 37f921158e
commit edaea7f257
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

17
bucket/amulet.json Normal file
View File

@ -0,0 +1,17 @@
{
"version": "1.21.10",
"homepage": "http://www.amulet.xyz/",
"description": "lua game toolkit",
"license": "MIT",
"url": "https://github.com/ianmaclarty/amulet/releases/download/v1.21.10/amulet-v1.21.10-windows.zip",
"hash": "f7fe824c6cbf698318a18fa88794cba2d75263b64bd5a407ca814d42f00353e0",
"extract_dir": "amulet-v1.21.10",
"bin": "amulet.exe",
"checkver": {
"github": "https://github.com/ianmaclarty/amulet/"
},
"autoupdate": {
"url": "https://github.com/ianmaclarty/amulet/releases/download/v$version/amulet-v$version-windows.zip",
"extract_dir": "amulet-v$version"
}
}