gleam: Update to version 0.24.0, fix autoupdate

Download file name renamed
This commit is contained in:
tech189 2022-11-05 00:52:35 +00:00
parent 9ee2d19feb
commit c9b7082b94

View File

@ -1,13 +1,13 @@
{
"version": "0.22.1",
"version": "0.24.0",
"description": "A friendly language for building type-safe, scalable systems",
"homepage": "https://gleam.run/",
"license": "Apache-2.0",
"depends": "erlang",
"architecture": {
"64bit": {
"url": "https://github.com/gleam-lang/gleam/releases/download/v0.22.1/gleam-v0.22.1-windows-64bit.zip",
"hash": "ee62bad3c6ddc5fb9dbf7de93cdafcbede0f882d8a9e1fd51d8bce3b3ad15371"
"url": "https://github.com/gleam-lang/gleam/releases/download/v0.24.0/gleam-v0.24.0-x86_64-pc-windows-msvc.zip",
"hash": "ca311c4eb78ce530beea4295653577326cc7db3f5df342bb0e58239073e86591"
}
},
"bin": "gleam.exe",
@ -17,7 +17,7 @@
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/gleam-lang/gleam/releases/download/v$version/gleam-v$version-windows-64bit.zip"
"url": "https://github.com/gleam-lang/gleam/releases/download/v$version/gleam-v$version-x86_64-pc-windows-msvc.zip"
}
}
}