mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-08 04:35:13 +00:00
22 lines
701 B
JSON
22 lines
701 B
JSON
{
|
|
"version": "2025.4",
|
|
"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.4/lobster_windows_release.zip",
|
|
"hash": "f04950dc8eb29081aef2593e445efd4a92b649ab99ce77e83f82843e3ba41dd4"
|
|
}
|
|
},
|
|
"bin": "bin\\lobster.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/aardappel/lobster/releases/download/v$version/lobster_windows_release.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|