Manifests/KeePass.json
{ "Name": "KeePass Password Safe", "Source": "https://keepass.info/", "Get": { "Update": { "Uri": "https://sourceforge.net/projects/keepass/best_release.json", "ContentType": "application/json; charset=utf-8" }, "Download" : { "Folder": "KeePass%202.x", "Feed": "https://sourceforge.net/projects/keepass/rss?path=", "FilterProperty": "link", "ReplaceText": { "Link": "/download" }, "MatchFileTypes": "\\.exe$|\\.msi$", "FileProperty": "description.'#cdata-section'", "ContentType": "application/rss+xml; charset=utf-8", "Uri": "https://nchc.dl.sourceforge.net/project/keepass" }, "MatchVersion": "(\\d+(\\.\\d+){1,3})", "DatePattern": "yyyy-MM-dd HH:mm:ss" }, "Install": { "Setup": "KeePass*.exe", "Physical": { "Arguments": "/Silent", "PostInstall": [] }, "Virtual": { "Arguments": "/Silent", "PostInstall": [] } } } |