diff --git a/bucket/winsw.json b/bucket/winsw.json new file mode 100644 index 0000000..ba52d7a --- /dev/null +++ b/bucket/winsw.json @@ -0,0 +1,46 @@ +{ + "version": "2.11.0", + "description": "Windows Service Wrapper in a permissive license", + "homepage": "https://github.com/winsw/winsw", + "license": { + "identifier": "Proprietary", + "url": "https://github.com/winsw/winsw/blob/v3/LICENSE.txt" + }, + "changelog": "https://github.com/winsw/winsw/releases/tag/v2.11.0", + "architecture": { + "64bit": { + "url": [ + "https://github.com/winsw/winsw/releases/download/v2.11.0/WinSW-x64.exe", + "https://github.com/winsw/winsw/releases/download/v2.11.0/sample-minimal.xml", + "https://github.com/winsw/winsw/releases/download/v2.11.0/sample-allOptions.xml" + ], + "hash": [ + "69833b8bd0b76cbf051a795ae89f9071b24863b7f141f87ccb675bdb08e8fb8b", + "9353cd84837ce06a593d3c010baf4a2b9362b45246be262155ee33627eb1fd28", + "08b8c0692699d00ee9ae37b636b52a3b5655e5d486a20cebe60cd26c50d86e46" + ] + }, + "32bit": { + "url": [ + "https://github.com/winsw/winsw/releases/download/v2.11.0/WinSW-x86.exe", + "https://github.com/winsw/winsw/releases/download/v2.11.0/sample-minimal.xml", + "https://github.com/winsw/winsw/releases/download/v2.11.0/sample-allOptions.xml" + ], + "hash": [ + "cddf8d62372edcaa8870a5e655a3afb9c26caec7fd5bbe8b925f4fe28071360b", + "9353cd84837ce06a593d3c010baf4a2b9362b45246be262155ee33627eb1fd28", + "08b8c0692699d00ee9ae37b636b52a3b5655e5d486a20cebe60cd26c50d86e46" + ] + } + }, + "installer": { + "script": [ + "New-Item -Type Directory $dir\\samples", + "Move-Item $dir\\sample-minimal.xml $dir\\samples\\", + "Move-Item $dir\\sample-allOptions.xml $dir\\samples\\" + ] + }, + "persist": [ + "samples" + ] +}