mirror of
https://github.com/YunoHost-Apps/ihatemoney_ynh.git
synced 2024-09-03 19:26:15 +02:00
Bump to 6.1.3
This commit is contained in:
parent
9377330660
commit
cc3022bca5
2 changed files with 4 additions and 4 deletions
|
@ -7,7 +7,7 @@ name = "I Hate Money"
|
||||||
description.en = "Simple app to manage your collective expenses"
|
description.en = "Simple app to manage your collective expenses"
|
||||||
description.fr = "Gérez simplement vos dépenses collectives"
|
description.fr = "Gérez simplement vos dépenses collectives"
|
||||||
|
|
||||||
version = "6.1.0~ynh3"
|
version = "6.1.3~ynh1"
|
||||||
|
|
||||||
maintainers = ["Jocelyn Delalande"]
|
maintainers = ["Jocelyn Delalande"]
|
||||||
|
|
||||||
|
@ -47,8 +47,8 @@ ram.runtime = "100M"
|
||||||
|
|
||||||
[resources]
|
[resources]
|
||||||
[resources.sources.main]
|
[resources.sources.main]
|
||||||
url = "https://github.com/spiral-project/ihatemoney/archive/refs/tags/6.1.0.tar.gz"
|
url = "https://github.com/spiral-project/ihatemoney/archive/refs/tags/6.1.3.tar.gz"
|
||||||
sha256 = "no available checksum for now"
|
sha256 = "5f47a1c4ba18684ce1c645869202d36cfea94f4dc3b974d694a6dcef292c38e9"
|
||||||
prefetch = false
|
prefetch = false
|
||||||
|
|
||||||
# Only here as a notification source, need to change version in _common.sh
|
# Only here as a notification source, need to change version in _common.sh
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
pip_dependencies=(
|
pip_dependencies=(
|
||||||
'ihatemoney==6.1.0'
|
'ihatemoney==6.1.3'
|
||||||
'gunicorn>=20.0'
|
'gunicorn>=20.0'
|
||||||
'PyMySQL>=0.9,<1.1'
|
'PyMySQL>=0.9,<1.1'
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue