From 8a74a4d2c3c6a0161e4e4eb4fda14ad8f59bb841 Mon Sep 17 00:00:00 2001 From: Julian Date: Thu, 24 Sep 2020 05:20:27 +0200 Subject: [PATCH] winnfsd: Add version 2.4.0 (#1272) --- bucket/winnfsd.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 bucket/winnfsd.json diff --git a/bucket/winnfsd.json b/bucket/winnfsd.json new file mode 100644 index 0000000000..081063195f --- /dev/null +++ b/bucket/winnfsd.json @@ -0,0 +1,13 @@ +{ + "version": "2.4.0", + "description": "Standalone, simple NFS Server for Windows", + "homepage": "https://github.com/winnfsd/winnfsd", + "license": "GPL", + "url": "https://github.com/winnfsd/winnfsd/releases/download/2.4.0/WinNFSd.exe", + "hash": "35cb5a74b2bf2aaa94302f5c9ed70786b61f245b96dc1f20214fe337c24af6b2", + "bin": "WinNFSd.exe", + "checkver": "github", + "autoupdate": { + "url": "https://github.com/winnfsd/winnfsd/releases/download/$version/WinNFSd.exe" + } +}