diff --git a/bucket/srvany-ng.json b/bucket/srvany-ng.json new file mode 100644 index 0000000000..1c4abd0a1f --- /dev/null +++ b/bucket/srvany-ng.json @@ -0,0 +1,16 @@ +{ + "version": "1.0.0.0", + "description": "Run any Windows application as a Service. Drop-in compatible replacement for \"srvany.exe\" from the W2K3 Resource Kit.", + "homepage": "https://github.com/birkett/srvany-ng", + "license": "MIT", + "url": "https://github.com/birkett/srvany-ng/releases/download/v1.0.0.0/srvany-ng_26-03-2015.zip", + "hash": "92db11aec5bb336c32f6398f47f2cf18d07422b1918b77986f98b9931e1d4a23", + "architecture": { + "64bit": { + "bin": "x64\\srvany-ng.exe" + }, + "32bit": { + "bin": "x86\\srvany-ng.exe" + } + } +}