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