Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ It shall NOT be edited by hand.
A 100% open-source management software that is based on ERPNext

[![🌐 Official app website](https://img.shields.io/badge/Official_app_website-darkgreen?style=for-the-badge)](https://dokos.io/)
[![Version: 4.69.4~ynh1](https://img.shields.io/badge/Version-4.69.4~ynh1-rgb(18,138,11)?style=for-the-badge)](https://ci-apps.yunohost.org/ci/apps/dokos/)
[![Version: 5.12.1~ynh1](https://img.shields.io/badge/Version-5.12.1~ynh1-rgb(18,138,11)?style=for-the-badge)](https://ci-apps.yunohost.org/ci/apps/dokos/)

<div align="center">
<a href="https://apps.yunohost.org/app/dokos"><img height="100px" src="https://github.com/YunoHost/yunohost-artwork/raw/refs/heads/main/badges/neopossum-badges/badge_more_info_on_the_appstore.svg"/></a>
Expand Down
18 changes: 9 additions & 9 deletions manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name = "Dokos"
description.en = "A 100% open-source management software that is based on ERPNext"
description.fr = "Une plateforme de gestion d'entreprise complète, 100% open-source, basée sur ERPNext"

version = "4.69.4~ynh1"
version = "5.12.1~ynh1"

maintainers = ["Thatoo"]

Expand Down Expand Up @@ -59,28 +59,28 @@ ram.runtime = "512M"
[resources.sources]

[resources.sources.main]
url = "https://gitlab.com/dokos/dokos/-/archive/v4.69.4/dokos-v4.69.4.tar.bz2"
sha256 = "e9fc05769b0f817c591adc82b2416900955e14dc4b947f0971052bc4c2064b2a"
url = "https://gitlab.com/dokos/dokos/-/archive/v5.12.1/dokos-v5.12.1.tar.bz2"
sha256 = "76360cecd60fe0d911bceaad24be063233246445e1e57977db1e46fae87fa92d"
prefetch = true
autoupdate.strategy = "latest_gitlab_release"

[resources.sources.frappe]
url = "https://gitlab.com/dokos/dodock/-/archive/v4.70.2/dodock-v4.70.2.tar.bz2"
sha256 = "137eb293f22571b27cc7868d5159fd71264a16e554a4f0e9486ab2448f971758"
url = "https://gitlab.com/dokos/dodock/-/archive/v5.9.2/dodock-v5.9.2.tar.bz2"
sha256 = "5879a2070f65670ce97c4f680c4cc468a9478299f35428bf87712e1b3bd0e9b9"
prefetch = true
autoupdate.strategy = "latest_gitlab_release"
autoupdate.upstream = "https://gitlab.com/dokos/dodock"

[resources.sources.payments]
url = "https://gitlab.com/dokos/payments/-/archive/v2.25.4/payments-v2.25.4.tar.bz2"
sha256 = "f0ede039a2e47592e48c9ac028f3f31e3d97960e8a0f4b40b67fe0d34a8b7c4e"
url = "https://gitlab.com/dokos/payments/-/archive/v3.4.0/payments-v3.4.0.tar.bz2"
sha256 = "4f528eaee8c664aed08de22347cce9ee7b2c37cd19d4454c9f019cbfa1a0161b"
prefetch = true
autoupdate.strategy = "latest_gitlab_release"
autoupdate.upstream = "https://gitlab.com/dokos/payments"

[resources.sources.hrms]
url = "https://gitlab.com/dokos/hrms/-/archive/v2.61.0/hrms-v2.61.0.tar.bz2"
sha256 = "184775fef9ede005d7ff22062ea4bcb6578fc11cb48491f000a8ad4d8d76c30e"
url = "https://gitlab.com/dokos/hrms/-/archive/v3.8.0/hrms-v3.8.0.tar.bz2"
sha256 = "d5b9dc066a2d9fb05482d233e52f06c324e8bf6343216fbdac6b77e76e1f550e"
prefetch = true
autoupdate.strategy = "latest_gitlab_release"
autoupdate.upstream = "https://gitlab.com/dokos/hrms"
Expand Down