ScoopInstaller_Main/bucket/scoop-shim.json
2021-01-07 13:58:34 +01:00

16 lines
559 B
JSON

{
"version": "1.0.1",
"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.0.1/shim.exe",
"hash": "cb440b8a08a2095a59666a859b35aa5a1524b140b909ecc760f38f3baccf80e6",
"checkver": "github",
"autoupdate": {
"url": "https://github.com/ScoopInstaller/Shim/releases/download/v$version/shim.exe",
"hash": {
"url": "$url.sha256"
}
}
}