From 7558c99edde981ab835fa4600b62dc9265ec8d50 Mon Sep 17 00:00:00 2001 From: BoringBoredom <16615327+BoringBoredom@users.noreply.github.com> Date: Sat, 17 May 2025 00:30:56 +0200 Subject: [PATCH] scoop-shim: Update to version 1.1.0 (#6823) --- bucket/scoop-shim.json | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/bucket/scoop-shim.json b/bucket/scoop-shim.json index 64a23e3cd2..159ad0a857 100644 --- a/bucket/scoop-shim.json +++ b/bucket/scoop-shim.json @@ -1,15 +1,15 @@ -{ - "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" - } - } -} +{ + "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" + } + } +}