mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-19 13:51:19 +00:00
erlang: Update to version 26.1.1 (#5143)
* erlang: Fix checkver to always get latest version * erlang: Update to version 26.1.1
This commit is contained in:
parent
7c137d0d7c
commit
ce721cdbeb
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "25.3.2.6",
|
||||
"version": "26.1.1",
|
||||
"description": "A programming language used to build massively scalable soft real-time systems with requirements on high availability.",
|
||||
"homepage": "https://www.erlang.org",
|
||||
"license": "Apache-2.0",
|
||||
@ -8,12 +8,12 @@
|
||||
},
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/erlang/otp/releases/download/OTP-25.3.2.6/otp_win64_25.3.2.6.exe#/dl.7z",
|
||||
"hash": "b413d0869b04d41f482ed9c20b80b09032ce56b23fd81ca54794b7f86e40d614"
|
||||
"url": "https://github.com/erlang/otp/releases/download/OTP-26.1.1/otp_win64_26.1.1.exe#/dl.7z",
|
||||
"hash": "5a809a9a5ebee5e8881dd02bc18dde73ac79e3ac6e2a7fddfc3c5446761a4ca7"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/erlang/otp/releases/download/OTP-25.3.2.6/otp_win32_25.3.2.6.exe#/dl.7z",
|
||||
"hash": "9bf5722f05ca6794d44773179f99159fb80c65fd7cb643f6c33e59fe0f40344a"
|
||||
"url": "https://github.com/erlang/otp/releases/download/OTP-26.1.1/otp_win32_26.1.1.exe#/dl.7z",
|
||||
"hash": "c49b2352e4b743a22a0cb9c3f1896a1d170c719733473af82f91aaf55c8f34b9"
|
||||
}
|
||||
},
|
||||
"installer": {
|
||||
@ -37,8 +37,8 @@
|
||||
"ERLANG_HOME": "$dir"
|
||||
},
|
||||
"checkver": {
|
||||
"url": "https://erlang.org/download/otp_versions_tree_app_vsns.html",
|
||||
"regex": "otp_win64_([\\d.]+)\\.exe"
|
||||
"url": "https://www.erlang.org/downloads",
|
||||
"regex": "https://github\\.com/erlang/otp/releases/download/OTP-([\\d.]+)/otp_win64_\\1\\.exe"
|
||||
},
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user