From ca724c40a74835d5a1cec745518eb13f830a807f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Salvador=20D=C3=ADaz=20Fau?= Date: Fri, 22 Mar 2019 18:35:00 +0100 Subject: [PATCH] Update JSON for Lazarus Online Package Manager --- update_CEF4Delphi.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 update_CEF4Delphi.json diff --git a/update_CEF4Delphi.json b/update_CEF4Delphi.json new file mode 100644 index 00000000..9e0ba54f --- /dev/null +++ b/update_CEF4Delphi.json @@ -0,0 +1,15 @@ +{ + "UpdateLazPackages" : [ + { + "ForceNotify" : false, + "InternalVersion" : 1, + "Name" : "cef4delphi_lazarus.lpk", + "Version" : "73.1.12.0" + } + ], + "UpdatePackageData" : { + "DisableInOPM" : false, + "DownloadZipURL" : "https://github.com/salvadordf/CEF4Delphi/archive/master.zip", + "Name" : "CEF4Delphi" + } +} \ No newline at end of file