mirror of
https://github.com/YunoHost-Apps/ihatemoney_ynh.git
synced 2024-09-03 19:26:15 +02:00
commit
283dc637b4
9 changed files with 11 additions and 11 deletions
|
@ -19,7 +19,7 @@ It shall NOT be edited by hand.
|
|||
I hate money is a web application made to ease shared budget management. It keeps track of who bought what, when, and for whom; and helps to settle the bills.
|
||||
|
||||
|
||||
**Shipped version:** 6.1.0~ynh3
|
||||
**Shipped version:** 6.1.3~ynh1
|
||||
|
||||
**Demo:** <https://ihatemoney.org/demo/>
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@ No se debe editar a mano.
|
|||
I hate money is a web application made to ease shared budget management. It keeps track of who bought what, when, and for whom; and helps to settle the bills.
|
||||
|
||||
|
||||
**Versión actual:** 6.1.0~ynh3
|
||||
**Versión actual:** 6.1.3~ynh1
|
||||
|
||||
**Demo:** <https://ihatemoney.org/demo/>
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@ EZ editatu eskuz.
|
|||
I hate money is a web application made to ease shared budget management. It keeps track of who bought what, when, and for whom; and helps to settle the bills.
|
||||
|
||||
|
||||
**Paketatutako bertsioa:** 6.1.0~ynh3
|
||||
**Paketatutako bertsioa:** 6.1.3~ynh1
|
||||
|
||||
**Demoa:** <https://ihatemoney.org/demo/>
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@ Il NE doit PAS être modifié à la main.
|
|||
I hate money est une application web conçue pour faciliter la gestion partagée du budget. Elle permet de savoir qui a acheté quoi, quand et pour qui, et aide à régler les factures.
|
||||
|
||||
|
||||
**Version incluse :** 6.1.0~ynh3
|
||||
**Version incluse :** 6.1.3~ynh1
|
||||
|
||||
**Démo :** <https://ihatemoney.org/demo/>
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@ NON debe editarse manualmente.
|
|||
I hate money is a web application made to ease shared budget management. It keeps track of who bought what, when, and for whom; and helps to settle the bills.
|
||||
|
||||
|
||||
**Versión proporcionada:** 6.1.0~ynh3
|
||||
**Versión proporcionada:** 6.1.3~ynh1
|
||||
|
||||
**Demo:** <https://ihatemoney.org/demo/>
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@ Ini TIDAK boleh diedit dengan tangan.
|
|||
I hate money is a web application made to ease shared budget management. It keeps track of who bought what, when, and for whom; and helps to settle the bills.
|
||||
|
||||
|
||||
**Versi terkirim:** 6.1.0~ynh3
|
||||
**Versi terkirim:** 6.1.3~ynh1
|
||||
|
||||
**Demo:** <https://ihatemoney.org/demo/>
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
I hate money is a web application made to ease shared budget management. It keeps track of who bought what, when, and for whom; and helps to settle the bills.
|
||||
|
||||
|
||||
**分发版本:** 6.1.0~ynh3
|
||||
**分发版本:** 6.1.3~ynh1
|
||||
|
||||
**演示:** <https://ihatemoney.org/demo/>
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ name = "I Hate Money"
|
|||
description.en = "Simple app to manage your collective expenses"
|
||||
description.fr = "Gérez simplement vos dépenses collectives"
|
||||
|
||||
version = "6.1.0~ynh3"
|
||||
version = "6.1.3~ynh1"
|
||||
|
||||
maintainers = ["Jocelyn Delalande"]
|
||||
|
||||
|
@ -47,8 +47,8 @@ ram.runtime = "100M"
|
|||
|
||||
[resources]
|
||||
[resources.sources.main]
|
||||
url = "https://github.com/spiral-project/ihatemoney/archive/refs/tags/6.1.0.tar.gz"
|
||||
sha256 = "no available checksum for now"
|
||||
url = "https://github.com/spiral-project/ihatemoney/archive/refs/tags/6.1.3.tar.gz"
|
||||
sha256 = "5f47a1c4ba18684ce1c645869202d36cfea94f4dc3b974d694a6dcef292c38e9"
|
||||
prefetch = false
|
||||
|
||||
# Only here as a notification source, need to change version in _common.sh
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
#=================================================
|
||||
|
||||
pip_dependencies=(
|
||||
'ihatemoney==6.1.0'
|
||||
'ihatemoney==6.1.3'
|
||||
'gunicorn>=20.0'
|
||||
'PyMySQL>=0.9,<1.1'
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue