2024-05-25 00:33:06 +00:00

22 lines
701 B
JSON

{
"version": "2024.0",
"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/v2024.0/lobster_windows_release.zip",
"hash": "cdb9b03b1a62f99fb778eb28d80b63f5f807bc00ac703608ef9d793e21bf6ca0"
}
},
"bin": "bin\\lobster.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/aardappel/lobster/releases/download/v$version/lobster_windows_release.zip"
}
}
}
}