mirror of
https://github.com/YunoHost-Apps/cryptpad_ynh.git
synced 2024-09-03 18:26:14 +02:00
Version upgrade (#22)
* Update app.src * Update manifest.json * Update README.md
This commit is contained in:
parent
b71caf9b67
commit
692b134462
3 changed files with 7 additions and 4 deletions
|
@ -3,7 +3,7 @@ Cryptad for Yunohost
|
|||
|
||||
[](https://install-app.yunohost.org/?app=cryptpad)
|
||||
|
||||
**Shipped version:** 1.22.0
|
||||
**Shipped version:** 1.27.0
|
||||
|
||||
## Demo
|
||||
https://cryptpad.fr/
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
SOURCE_URL=https://github.com/xwiki-labs/cryptpad/archive/1.22.0.tar.gz
|
||||
SOURCE_SUM=815a4f21bd81f6cbedcaeb75fc7af52497357cbe575122588ba99553b68404a2
|
||||
SOURCE_URL=https://github.com/xwiki-labs/cryptpad/archive/1.27.0.tar.gz
|
||||
SOURCE_SUM=8923990cb16700d7b899785fe1307051118fcbea234240ff2ff802c13efc72a0
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=tar.gz
|
||||
SOURCE_IN_SUBDIR=true
|
||||
SOURCE_FILENAME=
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"en": "Encrypted Pad",
|
||||
"fr": "Créateur de pad chiffré."
|
||||
},
|
||||
"version": "1.22.0",
|
||||
"version": "1.27.0",
|
||||
"url": "https://cryptpad.fr/",
|
||||
"license": "GPL-3.0-or-later",
|
||||
"maintainer": {
|
||||
|
|
Loading…
Add table
Reference in a new issue