Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Testing #28

Merged
merged 3 commits into from
Feb 4, 2024
Merged
Changes from 1 commit
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
Next Next commit
Upgrade to v0.14.5
  • Loading branch information
yunohost-bot committed Feb 3, 2024
commit 1b61c0bf69f3668fe98fb64f3e8c3629125a9295
6 changes: 3 additions & 3 deletions manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name = "Homarr"
description.en = "Customizable browser's home page to interact with your homeserver's Docker containers"
description.fr = "Page d'accueil personnalisable pour interagir avec les conteneurs Docker de votre serveur"

version = "0.14.4~ynh1"
version = "0.14.5~ynh1"

maintainers = ["eric_G"]

Expand Down Expand Up @@ -40,8 +40,8 @@ ram.runtime = "50M"

[resources]
[resources.sources.main]
url = "https://github.com/ajnart/homarr/archive/refs/tags/v0.14.4.tar.gz"
sha256 = "f0e7a89b0b257d7e9a253ddd914d68eaf8a6c8bcab2a131ca9baea6d2424bc78"
url = "https://github.com/ajnart/homarr/archive/refs/tags/v0.14.5.tar.gz"
sha256 = "0586e8f6ef815df219b1b76379a654cfa15aaac69945a8c6477a7c331edf534b"
autoupdate.strategy = "latest_github_tag"

[resources.ports]
Expand Down