1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ihatemoney_ynh.git synced 2024-09-03 19:26:15 +02:00

Merge pull request #69 from YunoHost-Apps/testing

Bump to 6.1.3
This commit is contained in:
Salamandar 2024-08-09 14:58:40 +02:00 committed by GitHub
commit 283dc637b4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 11 additions and 11 deletions

View file

@ -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/>

View file

@ -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/>

View file

@ -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/>

View file

@ -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/>

View file

@ -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/>

View file

@ -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/>

View file

@ -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/>

View file

@ -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

View file

@ -5,7 +5,7 @@
#=================================================
pip_dependencies=(
'ihatemoney==6.1.0'
'ihatemoney==6.1.3'
'gunicorn>=20.0'
'PyMySQL>=0.9,<1.1'
)