Adam McKellar 7c60a636c4
lobster: Add version 2023.13 (#4977)
* lobster: Add version v2023.9

* lobster: Add autoupdate and cleanup the manifest

* lobster: Update to latest 2023.13 version

* lobster: Use explicit 64bit architecture

* lobster: Sort manifest properties according to contribution guide

* fixup! lobster: Use explicit 64bit architecture

* Update bin

---------

Co-authored-by: Marcin Kłopotek <marcin.klopotek@gmail.com>
Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>
2023-10-11 16:10:47 +05:30

22 lines
703 B
JSON

{
"version": "2023.13",
"description": "The Lobster Programming Language",
"homepage": "https://github.com/aardappel/lobster",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/aardappel/lobster/releases/download/v2023.13/lobster_windows_release.zip",
"hash": "c8e07f45c70990d2498061fee12e1f6cf3d15434ed29cc177667ef666fd96f8a"
}
},
"bin": "bin\\lobster.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/aardappel/lobster/releases/download/v$version/lobster_windows_release.zip"
}
}
}
}