1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/writefreely_ynh.git synced 2024-09-03 20:36:02 +02:00

Merge pull request #96 from YunoHost-Apps/testing

Upgrade to 0.13.1~ynh1
This commit is contained in:
yalh76 2021-07-04 01:07:39 +02:00 committed by GitHub
commit bbdfa709f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 13 additions and 9 deletions

View file

@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
For starting a minimalist, federated blog or an entire community. For starting a minimalist, federated blog or an entire community.
**Shipped version:** 0.13.0~ynh1 **Shipped version:** 0.13.1~ynh1
**Demo:** https://write.as/new **Demo:** https://write.as/new

View file

@ -13,7 +13,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
Permet de créer un blog fédéré minimaliste ou une communauté entière. Permet de créer un blog fédéré minimaliste ou une communauté entière.
**Version incluse :** 0.13.0~ynh1 **Version incluse :** 0.13.1~ynh1
**Démo :** https://write.as/new **Démo :** https://write.as/new

View file

@ -25,6 +25,8 @@
upgrade=1 from_commit=d75ccbc460b04ef95f3d8b1a72ee77fc7815c6a2 upgrade=1 from_commit=d75ccbc460b04ef95f3d8b1a72ee77fc7815c6a2
# 0.12.0~ynh6 # 0.12.0~ynh6
upgrade=1 from_commit=b387e4186a02c387d734cf25f4fed9283c01d55f upgrade=1 from_commit=b387e4186a02c387d734cf25f4fed9283c01d55f
# 0.13.0~ynh1
upgrade=1 from_commit=06afb5c5a1896185eec6e63ffcb929f0216db2ec
backup_restore=1 backup_restore=1
multi_instance=1 multi_instance=1
port_already_use=0 port_already_use=0
@ -45,3 +47,5 @@ Notification=all
name=0.12.0~ynh4 name=0.12.0~ynh4
; commit=b387e4186a02c387d734cf25f4fed9283c01d55f ; commit=b387e4186a02c387d734cf25f4fed9283c01d55f
name=0.12.0~ynh6 name=0.12.0~ynh6
; commit=06afb5c5a1896185eec6e63ffcb929f0216db2ec
name=0.13.0~ynh1

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/writeas/writefreely/releases/download/v0.13.0/writefreely_0.13.0_linux_arm7.tar.gz SOURCE_URL=https://github.com/writeas/writefreely/releases/download/v0.13.1/writefreely_0.13.1_linux_arm7.tar.gz
SOURCE_SUM=7e3e900c9cd135f912f12f2938a6987e19b2d5e63c7155a0ef4b272506dd86a3 SOURCE_SUM=598be91fefbe34b5988c2447a008d410385e12c173e66a26c20fcbad0aaebad0
SOURCE_SUM_PRG=sha256sum SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=true SOURCE_IN_SUBDIR=true

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/writeas/writefreely/releases/download/v0.13.0/writefreely_0.13.0_linux_arm64.tar.gz SOURCE_URL=https://github.com/writeas/writefreely/releases/download/v0.13.1/writefreely_0.13.1_linux_arm64.tar.gz
SOURCE_SUM=ba1ad53b30c537059b8af29cbf3406b78efcc7bf10b8224bdcacdc1b56b9a1e1 SOURCE_SUM=2724144bbf35951dc50a6a179e6748dd0bd75c16abfb17a77eabfc22828df8b9
SOURCE_SUM_PRG=sha256sum SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=true SOURCE_IN_SUBDIR=true

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/writeas/writefreely/releases/download/v0.13.0/writefreely_0.13.0_linux_amd64.tar.gz SOURCE_URL=https://github.com/writeas/writefreely/releases/download/v0.13.1/writefreely_0.13.1_linux_amd64.tar.gz
SOURCE_SUM=bb20ac62975f54214b22a6668796bb0ff90f857fa793c3f3fc0fc4794c5dcc82 SOURCE_SUM=8c84cc2f91bcc5327a4dd10f18c7947b299e7bafc2aa868a64bf3467e92d68a2
SOURCE_SUM_PRG=sha256sum SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=true SOURCE_IN_SUBDIR=true

View file

@ -6,7 +6,7 @@
"en": "For starting a minimalist, federated blog or an entire community.", "en": "For starting a minimalist, federated blog or an entire community.",
"fr": "Permet de créer un blog fédéré minimaliste ou une communauté entière." "fr": "Permet de créer un blog fédéré minimaliste ou une communauté entière."
}, },
"version": "0.13.0~ynh1", "version": "0.13.1~ynh1",
"url": "https://writefreely.org", "url": "https://writefreely.org",
"upstream": { "upstream": {
"license": "AGPL-3.0-or-later", "license": "AGPL-3.0-or-later",