From fb073110801a9ad27824a8a0a21b33e359fafd6b Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Mon, 6 May 2019 20:18:23 +0200 Subject: [PATCH] Add scoop-shim version 1.0.1 --- bucket/scoop-shim.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 bucket/scoop-shim.json diff --git a/bucket/scoop-shim.json b/bucket/scoop-shim.json new file mode 100644 index 0000000000..53075103ab --- /dev/null +++ b/bucket/scoop-shim.json @@ -0,0 +1,14 @@ +{ + "homepage": "https://github.com/ScoopInstaller/Shim/", + "description": "A Scoop helper program for shimming executables", + "version": "1.0.1", + "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" + } + } +}