mirror of
https://github.com/YunoHost-Apps/listmonk_ynh.git
synced 2024-09-03 19:36:15 +02:00
commit
566f21f070
3 changed files with 7 additions and 7 deletions
|
@ -19,7 +19,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
||||||
Listmonk is a standalone, self-hosted, newsletter and mailing list manager. It is fast, feature-rich, and packed into a single binary. It uses a PostgreSQL (⩾ v9.4) database as its data store.
|
Listmonk is a standalone, self-hosted, newsletter and mailing list manager. It is fast, feature-rich, and packed into a single binary. It uses a PostgreSQL (⩾ v9.4) database as its data store.
|
||||||
|
|
||||||
|
|
||||||
**Shipped version:** 2.3.0~ynh4
|
**Shipped version:** 2.4.0~ynh1
|
||||||
|
|
||||||
**Demo:** https://demo.listmonk.app/
|
**Demo:** https://demo.listmonk.app/
|
||||||
|
|
||||||
|
|
|
@ -19,7 +19,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
|
||||||
Listmonk is a standalone, self-hosted, newsletter and mailing list manager. It is fast, feature-rich, and packed into a single binary. It uses a PostgreSQL (⩾ v9.4) database as its data store.
|
Listmonk is a standalone, self-hosted, newsletter and mailing list manager. It is fast, feature-rich, and packed into a single binary. It uses a PostgreSQL (⩾ v9.4) database as its data store.
|
||||||
|
|
||||||
|
|
||||||
**Version incluse :** 2.3.0~ynh4
|
**Version incluse :** 2.4.0~ynh1
|
||||||
|
|
||||||
**Démo :** https://demo.listmonk.app/
|
**Démo :** https://demo.listmonk.app/
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@ name = "Listmonk"
|
||||||
description.en = "Newsletter and mailing list manager"
|
description.en = "Newsletter and mailing list manager"
|
||||||
description.fr = "Manager de newsletter et mailing list"
|
description.fr = "Manager de newsletter et mailing list"
|
||||||
|
|
||||||
version = "2.3.0~ynh4"
|
version = "2.4.0~ynh1"
|
||||||
|
|
||||||
maintainers = ["Navan Chauhan"]
|
maintainers = ["Navan Chauhan"]
|
||||||
|
|
||||||
|
@ -46,13 +46,13 @@ ram.runtime = "50M"
|
||||||
[resources.sources]
|
[resources.sources]
|
||||||
|
|
||||||
[resources.sources.main]
|
[resources.sources.main]
|
||||||
url = "https://github.com/knadh/listmonk/releases/download/v2.3.0/listmonk_2.3.0_linux_amd64.tar.gz"
|
url = "https://github.com/knadh/listmonk/releases/download/v2.4.0/listmonk_2.4.0_linux_amd64.tar.gz"
|
||||||
sha256 = "4ad9ff7a04e13c9f8609c705e4850046ae8a3c9a03b0c4ac04e3c1d1c8fe8b7a"
|
sha256 = "acdfd0f4549c15e3cd77a28778ac9904cc54abf3bec98074ee96edc64242971b"
|
||||||
in_subdir = false
|
in_subdir = false
|
||||||
|
|
||||||
[resources.sources.arm]
|
[resources.sources.arm]
|
||||||
url = "https://github.com/knadh/listmonk/archive/refs/tags/v2.3.0.tar.gz"
|
url = "https://github.com/knadh/listmonk/archive/refs/tags/v2.4.0.tar.gz"
|
||||||
sha256 = "54cab80ca16dbf58ce40b7fc1ae88a9f8ed4c9d9a54387a77b1a90cb4dba3404"
|
sha256 = "0a1fb22b485369fd47e8f19830e41c4fe5f6cf839f701fac0f6500071968faf8"
|
||||||
|
|
||||||
[resources.system_user]
|
[resources.system_user]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue