From edaea7f257c0731e58322c7f2fff461a7c82aaa4 Mon Sep 17 00:00:00 2001 From: Vinny <15020325+CebolaBros64@users.noreply.github.com> Date: Sat, 26 Dec 2020 14:53:29 -0300 Subject: [PATCH] amulet: Add version 1.21.10 (#1550) Co-authored-by: Ross Smith II --- bucket/amulet.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 bucket/amulet.json diff --git a/bucket/amulet.json b/bucket/amulet.json new file mode 100644 index 0000000000..ee3577f17d --- /dev/null +++ b/bucket/amulet.json @@ -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" + } +}