ScoopInstaller_Main/bucket/scoop-shim.json
2025-05-16 22:30:56 +00:00

16 lines
589 B
JSON

{
"version": "1.1.0",
"description": "A Scoop helper program for shimming executables",
"homepage": "https://github.com/ScoopInstaller/Shim/",
"license": "Unlicense",
"url": "https://github.com/ScoopInstaller/Shim/releases/download/v1.1.0/shim-1.1.0.zip",
"hash": "c8452b3c4b8c219edef150cc423b0c844cb2d46381266011f6f076301e7e65d9",
"checkver": "github",
"autoupdate": {
"url": "https://github.com/ScoopInstaller/Shim/releases/download/v$version/shim-$version.zip",
"hash": {
"url": "$url.sha256"
}
}
}