From fea888d463b8f8949b3e111cdaffd80c955cd828 Mon Sep 17 00:00:00 2001 From: gbamber Date: Wed, 14 Dec 2016 13:23:05 +0000 Subject: [PATCH] Added OPM update maintenance json git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5489 8e941d3f-bd1b-0410-a28a-d453659cc2b4 --- .../updates/update_lazautoupdate.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 components/lazautoupdate/latest_stable/updates/update_lazautoupdate.json diff --git a/components/lazautoupdate/latest_stable/updates/update_lazautoupdate.json b/components/lazautoupdate/latest_stable/updates/update_lazautoupdate.json new file mode 100644 index 000000000..668b1c435 --- /dev/null +++ b/components/lazautoupdate/latest_stable/updates/update_lazautoupdate.json @@ -0,0 +1,15 @@ +{ + "UpdatePackageData" : { + "DisableInOPM" : false, + "DownloadZipURL" : "https://sourceforge.net/projects/lazautoupdate/files/updates/lazautoupdate.zip", + "Name" : "lazautoupdate.zip" + }, + "UpdatePackageFiles" : [ + { + "ForceNotify" : false, + "InternalVersion" : 0, + "Name" : "lazupdate.lpk", + "Version" : "0.1.27.0" + } + ] +}