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-11-17 20:00:49 +0300
committerAleksander Machniak <alec@alec.pl>2018-11-17 20:00:49 +0300
commit281a6135e33c015e54fd0532d1ea194db78e69e0 (patch)
tree9be5d089b198c1efb52cc988081e16ed73739d0a /jsdeps.json
parentcb4b1443c8d78ea86b3bab078e8a99d2e8e591a2 (diff)
Enigma: Update to OpenPGPjs 4.2.1 - fixes user name encoding issues in key generation (#6524)
Diffstat (limited to 'jsdeps.json')
-rw-r--r--jsdeps.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/jsdeps.json b/jsdeps.json
index 5fc4c9a39..7f49dcbd6 100644
--- a/jsdeps.json
+++ b/jsdeps.json
@@ -63,11 +63,11 @@
{
"lib": "openpgp",
"name": "OpenPGP.js",
- "version": "2.6.2",
+ "version": "4.2.1",
"url": "https://raw.githubusercontent.com/openpgpjs/openpgpjs/v$v/dist/openpgp.min.js",
"api_url": "https://api.github.com/repos/openpgpjs/openpgpjs/contents/dist/openpgp.min.js?ref=v$v",
"dest": "plugins/enigma/openpgp.min.js",
- "sha1": "cce0087eb20328453b9378a2b01cc6339cef97b2",
+ "sha1": "5f793a81236614f69d555545cb855c43521d2fa9",
"license": "LGPL",
"copyright": "Copyright (c) OpenPGP Development Team",
"source": "https://github.com/openpgpjs/openpgpjs/blob/v$v/dist/openpgp.js"