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

Upgrade to v0.15.0

https://github.com/writefreely/writefreely/releases/tag/v0.15.0
This commit is contained in:
yunohost-bot 2024-02-15 22:48:50 +01:00 committed by YunoHost Bot
parent b9a8f7722b
commit 24bd68e30d

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$"