Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2018-02-12 18:46:25 +0300
committerAleksander Machniak <alec@alec.pl>2018-02-12 18:46:25 +0300
commit674eac1c1ca09760e743e5bfe3ce93f4c929cce3 (patch)
treeb84d2f3bc10ca095a0eb1be0f2403df8ffe9503e /jsdeps.json
parentb46cd5de1db68e70dcabfc1b355d2da9b92daf45 (diff)
Enigma: Fix key generation in Safari by upgrade to OpenPGP 2.6.2 (#6149)
Diffstat (limited to 'jsdeps.json')
-rw-r--r--jsdeps.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/jsdeps.json b/jsdeps.json
index 39372ce83..43fc39cb0 100644
--- a/jsdeps.json
+++ b/jsdeps.json
@@ -62,13 +62,13 @@
{
"lib": "openpgp",
"name": "OpenPGP.js",
- "version": "1.6.2",
- "url": "https://raw.githubusercontent.com/openpgpjs/openpgpjs/v1.6.2/dist/openpgp.min.js",
+ "version": "2.6.2",
+ "url": "https://raw.githubusercontent.com/openpgpjs/openpgpjs/v2.6.2/dist/openpgp.min.js",
"dest": "plugins/enigma/openpgp.min.js",
- "sha1": "de75af6883019f490f69211e506377c84f49a85b",
+ "sha1": "cce0087eb20328453b9378a2b01cc6339cef97b2",
"license": "LGPL",
"copyright": "Copyright (c) OpenPGP Development Team",
- "source": "https://github.com/openpgpjs/openpgpjs/blob/v1.6.2/dist/openpgp.js"
+ "source": "https://github.com/openpgpjs/openpgpjs/blob/v2.6.2/dist/openpgp.js"
},
{
"lib": "codemirror",