From cefe72dcd2c707b33464f8cfca4c0179fa3b84ca Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Fri, 30 Dec 2016 19:42:41 +0100 Subject: [PATCH] Fix required OpenPGP version --- jsdeps.json | 6 +++--- 1 file 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",