From 5ea81de9099ade91e1f3a69330532b4ed2b71678 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 28 Jan 2023 16:28:41 +0000 Subject: [PATCH] winsw: Update to version 2.12.0 --- bucket/winsw.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/winsw.json b/bucket/winsw.json index 2f5cfcf27a..840b080ed7 100644 --- a/bucket/winsw.json +++ b/bucket/winsw.json @@ -1,16 +1,16 @@ { - "version": "2.11.0", + "version": "2.12.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" + "url": "https://github.com/winsw/winsw/releases/download/v2.12.0/WinSW-x64.exe#/WinSW.exe", + "hash": "05b82d46ad331cc16bdc00de5c6332c1ef818df8ceefcd49c726553209b3a0da" }, "32bit": { - "url": "https://github.com/winsw/winsw/releases/download/v2.11.0/WinSW-x86.exe#/WinSW.exe", - "hash": "cddf8d62372edcaa8870a5e655a3afb9c26caec7fd5bbe8b925f4fe28071360b" + "url": "https://github.com/winsw/winsw/releases/download/v2.12.0/WinSW-x86.exe#/WinSW.exe", + "hash": "0c21327463a43a61f2efb227ec4afd2467fde91618cc725148c1099001ca91ae" } }, "bin": "WinSW.exe",