nextcloudPackages: add end_to_end_encryption
This commit is contained in:
parent
e9552a3582
commit
0ba8e55516
4 changed files with 31 additions and 0 deletions
|
@ -59,6 +59,16 @@
|
|||
"agpl"
|
||||
]
|
||||
},
|
||||
"end_to_end_encryption": {
|
||||
"sha256": "19vp0ggllplm84hwaqwn95122hsgfglmlk2lbwlgsjv8d36fv1wr",
|
||||
"url": "https://github.com/nextcloud-releases/end_to_end_encryption/releases/download/v1.12.5/end_to_end_encryption-v1.12.5.tar.gz",
|
||||
"version": "1.12.5",
|
||||
"description": "Provides the necessary endpoint to enable end-to-end encryption.\n\n**Notice:** E2EE is currently not compatible to be used together with server-side encryption",
|
||||
"homepage": "https://github.com/nextcloud/end_to_end_encryption",
|
||||
"licenses": [
|
||||
"agpl"
|
||||
]
|
||||
},
|
||||
"files_markdown": {
|
||||
"sha256": "0p97ha6x3czzbflavmjn4jmz3z706h5f84spg4j7dwq3nc9bqrf7",
|
||||
"url": "https://github.com/icewind1991/files_markdown/releases/download/v2.4.1/files_markdown-v2.4.1.tar.gz",
|
||||
|
|
|
@ -59,6 +59,16 @@
|
|||
"agpl"
|
||||
]
|
||||
},
|
||||
"end_to_end_encryption": {
|
||||
"sha256": "1ha77k2mzr1q63fs1h8ff7vxkhry6vfj2ci1va7m8dkjn7s9pk5c",
|
||||
"url": "https://github.com/nextcloud-releases/end_to_end_encryption/releases/download/v1.13.1/end_to_end_encryption-v1.13.1.tar.gz",
|
||||
"version": "1.13.1",
|
||||
"description": "Provides the necessary endpoint to enable end-to-end encryption.\n\n**Notice:** E2EE is currently not compatible to be used together with server-side encryption",
|
||||
"homepage": "https://github.com/nextcloud/end_to_end_encryption",
|
||||
"licenses": [
|
||||
"agpl"
|
||||
]
|
||||
},
|
||||
"files_markdown": {
|
||||
"sha256": "0p97ha6x3czzbflavmjn4jmz3z706h5f84spg4j7dwq3nc9bqrf7",
|
||||
"url": "https://github.com/icewind1991/files_markdown/releases/download/v2.4.1/files_markdown-v2.4.1.tar.gz",
|
||||
|
|
|
@ -59,6 +59,16 @@
|
|||
"agpl"
|
||||
]
|
||||
},
|
||||
"end_to_end_encryption": {
|
||||
"sha256": "1ih44vrgm3fsm4xk3sz9b5rxf54dva01cfy18gw4lpgn60c63isq",
|
||||
"url": "https://github.com/nextcloud-releases/end_to_end_encryption/releases/download/v1.14.1/end_to_end_encryption-v1.14.1.tar.gz",
|
||||
"version": "1.14.1",
|
||||
"description": "Provides the necessary endpoint to enable end-to-end encryption.\n\n**Notice:** E2EE is currently not compatible to be used together with server-side encryption",
|
||||
"homepage": "https://github.com/nextcloud/end_to_end_encryption",
|
||||
"licenses": [
|
||||
"agpl"
|
||||
]
|
||||
},
|
||||
"forms": {
|
||||
"sha256": "1ffga26v01d14rh4mjwyjqp7slh7h7d07vs3yldb8csi826ynji4",
|
||||
"url": "https://github.com/nextcloud-releases/forms/releases/download/v4.0.0/forms-v4.0.0.tar.gz",
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
, "cookbook": "agpl3Plus"
|
||||
, "cospend": "agpl3Plus"
|
||||
, "deck": "agpl3Plus"
|
||||
, "end_to_end_encryption": "agpl3Plus"
|
||||
, "files_texteditor": "agpl3Plus"
|
||||
, "files_markdown": "agpl3Plus"
|
||||
, "forms": "agpl3Plus"
|
||||
|
|
Loading…
Reference in a new issue