erlang: Update to version 21.2

This commit is contained in:
Richard Kuhnt 2018-12-11 15:01:57 +00:00
parent 5e4028a894
commit 04b50b24e5

View File

@ -1,15 +1,15 @@
{ {
"homepage": "https://www.erlang.org", "homepage": "https://www.erlang.org",
"version": "21.1", "version": "21.2",
"license": "Apache-2.0", "license": "Apache-2.0",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "http://erlang.org/download/otp_win64_21.1.exe", "url": "http://erlang.org/download/otp_win64_21.2.exe",
"hash": "170c44850a3e4f0a5b510653b500f7a7b99337fbfb38d19a745f38869baa23a5" "hash": "468f50caa643bbed484be475419d200d47c87597efd4057142bdb000e1accb72"
}, },
"32bit": { "32bit": {
"url": "http://erlang.org/download/otp_win32_21.1.exe", "url": "http://erlang.org/download/otp_win32_21.2.exe",
"hash": "9c8a48f6622325124795563a7d848f9d03bb3b9b011226886326245c05ffd92e" "hash": "f1e8153530ef91c9cdc4a73593fe0fe41755412244370060bd8e4b80572ba242"
} }
}, },
"bin": [ "bin": [
@ -28,9 +28,7 @@
}, },
"uninstaller": { "uninstaller": {
"file": "Uninstall.exe", "file": "Uninstall.exe",
"args": [ "args": "/S"
"/S"
]
}, },
"checkver": { "checkver": {
"url": "https://www.erlang.org/downloads", "url": "https://www.erlang.org/downloads",