2025-02-07 04:29:53 +00:00

22 lines
701 B
JSON

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