scoop-shim: Update to version 1.1.0 (#6823)

This commit is contained in:
BoringBoredom 2025-05-17 00:30:56 +02:00 committed by GitHub
parent 76f3967d60
commit 7558c99edd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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