neko: update to version 2.3.0 (#514)

This commit is contained in:
linsui 2019-10-27 10:14:10 +00:00 committed by Hsiao-nan Cheung
parent 25c135bdf6
commit 1f77714ab8

View File

@ -1,18 +1,40 @@
{ {
"homepage": "https://nekovm.org/", "homepage": "https://nekovm.org",
"description": "A high-level dynamically typed programming language.", "description": "A high-level dynamically typed programming language.",
"version": "2.2.0", "version": "2.3.0",
"license": "MIT", "license": "MIT",
"url": "https://nekovm.org/media/neko-2.2.0-win.zip", "architecture": {
"hash": "93d7ca96698a6825f38ca8eea49e2e6b691c0849270174f6c1bd531290db8d69", "64bit": {
"extract_dir": "neko-2.2.0-win", "url": "https://github.com/HaxeFoundation/neko/releases/download/v2-3-0/neko-2.3.0-win64.zip",
"env_add_path": "./", "hash": "d09fdf362cd2e3274f6c8528be7211663260c3a5323ce893b7637c2818995f0b",
"extract_dir": "neko-2.3.0-win64"
},
"32bit": {
"url": "https://github.com/HaxeFoundation/neko/releases/download/v2-3-0/neko-2.3.0-win.zip",
"hash": "fe5a11350d2dd74338f971d62115f2bd21ec6912f193db04c5d28eb987a50485",
"extract_dir": "neko-2.3.0-win"
}
},
"bin": [
"neko.exe",
"nekoc.exe",
"nekoml.exe",
"nekotools.exe"
],
"checkver": { "checkver": {
"url": "https://nekovm.org/download/", "github": "https://github.com/HaxeFoundation/neko",
"re": "Neko ([\\d.]+)" "regex": "neko-([\\d.]+)-win64"
}, },
"autoupdate": { "autoupdate": {
"url": "https://nekovm.org/media/neko-$version-win.zip", "architecture": {
"extract_dir": "neko-$version-win" "64bit": {
"url": "https://github.com/HaxeFoundation/neko/releases/download/v$dashVersion/neko-$version-win64.zip",
"extract_dir": "neko-$version-win64"
},
"32bit": {
"url": "https://github.com/HaxeFoundation/neko/releases/download/v$dashVersion/neko-$version-win.zip",
"extract_dir": "neko-$version-win"
}
}
} }
} }