2025-05-23 20:29:33 +00:00

22 lines
701 B
JSON

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