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>2016-12-30 21:42:41 +0300
committerAleksander Machniak <alec@alec.pl>2016-12-30 21:42:41 +0300
commitcefe72dcd2c707b33464f8cfca4c0179fa3b84ca (patch)
tree93925b771a4802570e2c9df9500a4b3bed5f2735 /jsdeps.json
parentcb09ff0ffcb2a06c9dd493b5441c03483da8c84a (diff)
Fix required OpenPGP version
Diffstat (limited to 'jsdeps.json')
-rw-r--r--jsdeps.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/jsdeps.json b/jsdeps.json
index cf091c5f5..87f6261c7 100644
--- a/jsdeps.json
+++ b/jsdeps.json
@@ -62,12 +62,12 @@
"lib": "openpgp",
"name": "OpenPGP.js",
"version": "1.6.2",
- "url": "https://raw.githubusercontent.com/openpgpjs/openpgpjs/v2.3.5/dist/openpgp.min.js",
+ "url": "https://raw.githubusercontent.com/openpgpjs/openpgpjs/v1.6.2/dist/openpgp.min.js",
"dest": "plugins/enigma/openpgp.min.js",
- "sha1": "4f54a93a46ffc0d932372ea0923d760849775f79",
+ "sha1": "de75af6883019f490f69211e506377c84f49a85b",
"license": "LGPL",
"copyright": "Copyright (c) OpenPGP Development Team",
- "source": "https://github.com/openpgpjs/openpgpjs/blob/v2.3.5/dist/openpgp.js"
+ "source": "https://github.com/openpgpjs/openpgpjs/blob/v1.6.2/dist/openpgp.js"
},
{
"lib": "codemirror",