mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
22 lines
701 B
JSON
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"
|
|
}
|
|
}
|
|
}
|
|
}
|