From eaccac06f464f6a7c0289f7fda4598a81e1fdae3 Mon Sep 17 00:00:00 2001 From: SonaliBendre <73757361+SonaliBendre@users.noreply.github.com> Date: Tue, 1 Mar 2022 13:14:17 +0530 Subject: [PATCH] WinSW: Add version 2.11.0 (#3337) * Add WinSW * Shim * Update winsw.json * fixed article Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> * Update winsw.json Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> --- bucket/winsw.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 bucket/winsw.json diff --git a/bucket/winsw.json b/bucket/winsw.json new file mode 100644 index 0000000000..2f5cfcf27a --- /dev/null +++ b/bucket/winsw.json @@ -0,0 +1,28 @@ +{ + "version": "2.11.0", + "description": "A wrapper executable that can be used to host any executable as a Windows service", + "homepage": "https://github.com/winsw/winsw", + "license": "MIT", + "architecture": { + "64bit": { + "url": "https://github.com/winsw/winsw/releases/download/v2.11.0/WinSW-x64.exe#/WinSW.exe", + "hash": "69833b8bd0b76cbf051a795ae89f9071b24863b7f141f87ccb675bdb08e8fb8b" + }, + "32bit": { + "url": "https://github.com/winsw/winsw/releases/download/v2.11.0/WinSW-x86.exe#/WinSW.exe", + "hash": "cddf8d62372edcaa8870a5e655a3afb9c26caec7fd5bbe8b925f4fe28071360b" + } + }, + "bin": "WinSW.exe", + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/winsw/winsw/releases/download/v$version/WinSW-x64.exe#/WinSW.exe" + }, + "32bit": { + "url": "https://github.com/winsw/winsw/releases/download/v$version/WinSW-x86.exe#/WinSW.exe" + } + } + } +}