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 #117 from YunoHost-Apps/testing

Testing 0.15.0~ynh1
This commit is contained in:
OniriCorpe 2024-02-16 18:06:09 +01:00 committed by GitHub
commit 90530cea88
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 12 additions and 12 deletions

View file

@ -1,5 +1,5 @@
<!--
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator
It shall NOT be edited by hand.
-->
@ -22,7 +22,7 @@ Can be run as Single User Blog or Multi User Instance.
Each User can be limited from 1 to unlimited blogs.
**Shipped version:** 0.14.0~ynh2
**Shipped version:** 0.15.0~ynh1
**Demo:** https://write.as/new
@ -50,4 +50,4 @@ or
sudo yunohost app upgrade writefreely -u https://github.com/YunoHost-Apps/writefreely_ynh/tree/testing --debug
```
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>

View file

@ -1,5 +1,5 @@
<!--
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator
It shall NOT be edited by hand.
-->
@ -22,7 +22,7 @@ Can be run as Single User Blog or Multi User Instance.
Each User can be limited from 1 to unlimited blogs.
**Version incluse :** 0.14.0~ynh2
**Version incluse :** 0.15.0~ynh1
**Démo :** https://write.as/new

View file

@ -5,7 +5,7 @@ name = "WriteFreely"
description.en = "For starting a minimalist, federated blog or an entire community"
description.fr = "Permet de créer un blog fédéré minimaliste ou une communauté entière"
version = "0.14.0~ynh2"
version = "0.15.0~ynh1"
maintainers = ["yalh76"]
@ -49,12 +49,12 @@ ram.runtime = "50M"
[resources]
[resources.sources]
[resources.sources.main]
arm64.url = "https://github.com/writefreely/writefreely/releases/download/v0.14.0/writefreely_0.14.0_linux_arm64.tar.gz"
arm64.sha256 = "4003591021efd5810e4f5637c967cf166be341e7998a8d6208842a8f659a4f8f"
amd64.url = "https://github.com/writefreely/writefreely/releases/download/v0.14.0/writefreely_0.14.0_linux_amd64.tar.gz"
amd64.sha256 = "1138d6aed26d8bb859265f9dcea8a9d76c3baed481413a1aae55434e3acd3bc2"
armhf.url = "https://github.com/writefreely/writefreely/releases/download/v0.14.0/writefreely_0.14.0_linux_arm7.tar.gz"
armhf.sha256 = "669ca8d388d9ead2530474c2498e3e0ab87d122644be9d525e5d1a3c308c1c9b"
arm64.url = "https://github.com/writefreely/writefreely/releases/download/v0.15.0/writefreely_0.15.0_linux_arm64.tar.gz"
arm64.sha256 = "f19bef1d6457d9a37a0443d12dcf62fe58297aabe1daca3a85b5482b56904feb"
amd64.url = "https://github.com/writefreely/writefreely/releases/download/v0.15.0/writefreely_0.15.0_linux_amd64.tar.gz"
amd64.sha256 = "1bda54b9b1759f3112981692540cd622300b3da10961c9d8448fb0654f307232"
armhf.url = "https://github.com/writefreely/writefreely/releases/download/v0.15.0/writefreely_0.15.0_linux_arm7.tar.gz"
armhf.sha256 = "95363045295b1f2301d9d9f8dcaad4b119faed520bbeaed7d4a2034e873d1eda"
autoupdate.strategy = "latest_github_release"
autoupdate.asset.arm64 = "^writefreely_.*_linux_arm64.tar.gz$"