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