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:
commit
bbdfa709f7
7 changed files with 13 additions and 9 deletions
|
@ -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.
|
||||
|
||||
**Shipped version:** 0.13.0~ynh1
|
||||
**Shipped version:** 0.13.1~ynh1
|
||||
|
||||
**Demo:** https://write.as/new
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
||||
**Version incluse :** 0.13.0~ynh1
|
||||
**Version incluse :** 0.13.1~ynh1
|
||||
|
||||
**Démo :** https://write.as/new
|
||||
|
||||
|
|
|
@ -25,6 +25,8 @@
|
|||
upgrade=1 from_commit=d75ccbc460b04ef95f3d8b1a72ee77fc7815c6a2
|
||||
# 0.12.0~ynh6
|
||||
upgrade=1 from_commit=b387e4186a02c387d734cf25f4fed9283c01d55f
|
||||
# 0.13.0~ynh1
|
||||
upgrade=1 from_commit=06afb5c5a1896185eec6e63ffcb929f0216db2ec
|
||||
backup_restore=1
|
||||
multi_instance=1
|
||||
port_already_use=0
|
||||
|
@ -45,3 +47,5 @@ Notification=all
|
|||
name=0.12.0~ynh4
|
||||
; commit=b387e4186a02c387d734cf25f4fed9283c01d55f
|
||||
name=0.12.0~ynh6
|
||||
; commit=06afb5c5a1896185eec6e63ffcb929f0216db2ec
|
||||
name=0.13.0~ynh1
|
||||
|
|
|
@ -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_SUM=7e3e900c9cd135f912f12f2938a6987e19b2d5e63c7155a0ef4b272506dd86a3
|
||||
SOURCE_URL=https://github.com/writeas/writefreely/releases/download/v0.13.1/writefreely_0.13.1_linux_arm7.tar.gz
|
||||
SOURCE_SUM=598be91fefbe34b5988c2447a008d410385e12c173e66a26c20fcbad0aaebad0
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=tar.gz
|
||||
SOURCE_IN_SUBDIR=true
|
||||
|
|
|
@ -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_SUM=ba1ad53b30c537059b8af29cbf3406b78efcc7bf10b8224bdcacdc1b56b9a1e1
|
||||
SOURCE_URL=https://github.com/writeas/writefreely/releases/download/v0.13.1/writefreely_0.13.1_linux_arm64.tar.gz
|
||||
SOURCE_SUM=2724144bbf35951dc50a6a179e6748dd0bd75c16abfb17a77eabfc22828df8b9
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=tar.gz
|
||||
SOURCE_IN_SUBDIR=true
|
||||
|
|
|
@ -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_SUM=bb20ac62975f54214b22a6668796bb0ff90f857fa793c3f3fc0fc4794c5dcc82
|
||||
SOURCE_URL=https://github.com/writeas/writefreely/releases/download/v0.13.1/writefreely_0.13.1_linux_amd64.tar.gz
|
||||
SOURCE_SUM=8c84cc2f91bcc5327a4dd10f18c7947b299e7bafc2aa868a64bf3467e92d68a2
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=tar.gz
|
||||
SOURCE_IN_SUBDIR=true
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"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."
|
||||
},
|
||||
"version": "0.13.0~ynh1",
|
||||
"version": "0.13.1~ynh1",
|
||||
"url": "https://writefreely.org",
|
||||
"upstream": {
|
||||
"license": "AGPL-3.0-or-later",
|
||||
|
|
Loading…
Add table
Reference in a new issue