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 @@ -12,7 +12,7 @@ Feature-rich event management system

[![🌐 Official app website](https://img.shields.io/badge/Official_app_website-darkgreen?style=for-the-badge)](https://getindico.io/)
[![App Demo](https://img.shields.io/badge/App_Demo-blue?style=for-the-badge)](https://sandbox.getindico.io/)
[![Version: 3.3.12~ynh11](https://img.shields.io/badge/Version-3.3.12~ynh11-rgb(18,138,11)?style=for-the-badge)](https://ci-apps.yunohost.org/ci/apps/indico/)
[![Version: 3.3.12~ynh12](https://img.shields.io/badge/Version-3.3.12~ynh12-rgb(18,138,11)?style=for-the-badge)](https://ci-apps.yunohost.org/ci/apps/indico/)

<div align="center">
<a href="https://apps.yunohost.org/app/indico"><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 @@ -7,7 +7,7 @@ name = "Indico"
description.en = "Feature-rich event management system"
description.fr = "Système de gestion d'événements riche en fonctionnalités"

version = "3.3.12~ynh11"
version = "3.3.12~ynh12"

maintainers = ["DeMiro5001"]

Expand Down Expand Up @@ -74,14 +74,14 @@ ram.runtime = "200M"
autoupdate.strategy = "latest_github_tag"

[resources.sources.uv]
amd64.url = "https://github.com/astral-sh/uv/releases/download/0.11.14/uv-x86_64-unknown-linux-gnu.tar.gz"
amd64.sha256 = "f3b623eb0e6141a7053d571d59a0bdc341e0f238ea8f5f0b4815ddbec9a2a296"
arm64.url = "https://github.com/astral-sh/uv/releases/download/0.11.14/uv-aarch64-unknown-linux-gnu.tar.gz"
arm64.sha256 = "c4958f729e216f1610632574ed927b8cf0af1bd02cb88cb30d948571727aee43"
armhf.url = "https://github.com/astral-sh/uv/releases/download/0.11.14/uv-armv7-unknown-linux-gnueabihf.tar.gz"
armhf.sha256 = "2aca3925d7ad91d2e02a0f9cf75974ebd077ec5cb939a5eb66aba096d5666819"
i386.url = "https://github.com/astral-sh/uv/releases/download/0.11.14/uv-i686-unknown-linux-gnu.tar.gz"
i386.sha256 = "8c93880c54dc7a632f602b7627d4338d80011ecf32e340fd2f67129df5325dc7"
amd64.url = "https://github.com/astral-sh/uv/releases/download/0.11.15/uv-x86_64-unknown-linux-gnu.tar.gz"
amd64.sha256 = "b03e572f010bea94a4a52d42671ba72981e12894f71576181a1d26ff68546da7"
arm64.url = "https://github.com/astral-sh/uv/releases/download/0.11.15/uv-aarch64-unknown-linux-gnu.tar.gz"
arm64.sha256 = "21a7dd1a03ea17ac0366887455dab15d215b31dba0870dcd65d3714e22f46c81"
armhf.url = "https://github.com/astral-sh/uv/releases/download/0.11.15/uv-armv7-unknown-linux-gnueabihf.tar.gz"
armhf.sha256 = "eb6a12e3e80e1474c1018edc9541bbe71cdf2248fa17b583dcbcc7bb391ad0c0"
i386.url = "https://github.com/astral-sh/uv/releases/download/0.11.15/uv-i686-unknown-linux-gnu.tar.gz"
i386.sha256 = "557e329e76072b513e47bcd8b50ca4bad07ec87cb325cbfc05e6069847af06c4"

in_subdir = true

Expand Down