mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 07:11:21 +00:00
22 lines
701 B
JSON
22 lines
701 B
JSON
{
|
|
"version": "2025.1",
|
|
"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.1/lobster_windows_release.zip",
|
|
"hash": "bdc919dadb57583fad807079e15ab34fdd548de2b4fc2bd96c8934bc3cbca7db"
|
|
}
|
|
},
|
|
"bin": "bin\\lobster.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/aardappel/lobster/releases/download/v$version/lobster_windows_release.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|