Browse Source

Merge pull request #49 from YunoHost-Apps/ci-auto-update-0.15.10

Upgrade to v0.15.10
orhtej2 1 year ago
parent
commit
17acf61983
12 changed files with 14 additions and 14 deletions
  1. 1 1
      README.md
  2. 1 1
      README_es.md
  3. 1 1
      README_eu.md
  4. 1 1
      README_fr.md
  5. 1 1
      README_gl.md
  6. 1 1
      README_id.md
  7. 1 1
      README_nl.md
  8. 1 1
      README_pl.md
  9. 1 1
      README_ru.md
  10. 1 1
      README_zh_Hans.md
  11. 3 3
      manifest.toml
  12. 1 1
      scripts/upgrade

+ 1 - 1
README.md

@@ -31,7 +31,7 @@ It integrates with the services you use to display information on the homepage (
 - Very light-weight and fast.
 
 
-**Shipped version:** 0.15.9~ynh1
+**Shipped version:** 0.15.10~ynh1
 
 **Demo:** <https://homarr.ajnart.fr/fr>
 

+ 1 - 1
README_es.md

@@ -31,7 +31,7 @@ It integrates with the services you use to display information on the homepage (
 - Very light-weight and fast.
 
 
-**Versión actual:** 0.15.9~ynh1
+**Versión actual:** 0.15.10~ynh1
 
 **Demo:** <https://homarr.ajnart.fr/fr>
 

+ 1 - 1
README_eu.md

@@ -31,7 +31,7 @@ It integrates with the services you use to display information on the homepage (
 - Very light-weight and fast.
 
 
-**Paketatutako bertsioa:** 0.15.9~ynh1
+**Paketatutako bertsioa:** 0.15.10~ynh1
 
 **Demoa:** <https://homarr.ajnart.fr/fr>
 

+ 1 - 1
README_fr.md

@@ -30,7 +30,7 @@ Il s'intègre aux services que vous utilisez pour afficher des informations sur
 - Des widgets pouvant afficher tous types d'informations.
 
 
-**Version incluse :** 0.15.9~ynh1
+**Version incluse :** 0.15.10~ynh1
 
 **Démo :** <https://homarr.ajnart.fr/fr>
 

+ 1 - 1
README_gl.md

@@ -31,7 +31,7 @@ It integrates with the services you use to display information on the homepage (
 - Very light-weight and fast.
 
 
-**Versión proporcionada:** 0.15.9~ynh1
+**Versión proporcionada:** 0.15.10~ynh1
 
 **Demo:** <https://homarr.ajnart.fr/fr>
 

+ 1 - 1
README_id.md

@@ -31,7 +31,7 @@ It integrates with the services you use to display information on the homepage (
 - Very light-weight and fast.
 
 
-**Versi terkirim:** 0.15.9~ynh1
+**Versi terkirim:** 0.15.10~ynh1
 
 **Demo:** <https://homarr.ajnart.fr/fr>
 

+ 1 - 1
README_nl.md

@@ -31,7 +31,7 @@ It integrates with the services you use to display information on the homepage (
 - Very light-weight and fast.
 
 
-**Geleverde versie:** 0.15.9~ynh1
+**Geleverde versie:** 0.15.10~ynh1
 
 **Demo:** <https://homarr.ajnart.fr/fr>
 

+ 1 - 1
README_pl.md

@@ -31,7 +31,7 @@ It integrates with the services you use to display information on the homepage (
 - Very light-weight and fast.
 
 
-**Dostarczona wersja:** 0.15.9~ynh1
+**Dostarczona wersja:** 0.15.10~ynh1
 
 **Demo:** <https://homarr.ajnart.fr/fr>
 

+ 1 - 1
README_ru.md

@@ -31,7 +31,7 @@ It integrates with the services you use to display information on the homepage (
 - Very light-weight and fast.
 
 
-**Поставляемая версия:** 0.15.9~ynh1
+**Поставляемая версия:** 0.15.10~ynh1
 
 **Демо-версия:** <https://homarr.ajnart.fr/fr>
 

+ 1 - 1
README_zh_Hans.md

@@ -31,7 +31,7 @@ It integrates with the services you use to display information on the homepage (
 - Very light-weight and fast.
 
 
-**分发版本:** 0.15.9~ynh1
+**分发版本:** 0.15.10~ynh1
 
 **演示:** <https://homarr.ajnart.fr/fr>
 

+ 3 - 3
manifest.toml

@@ -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.15.9~ynh1"
+version = "0.15.10~ynh1"
 
 maintainers = ["eric_G"]
 
@@ -40,8 +40,8 @@ ram.runtime = "50M"
 
 [resources]
         [resources.sources.main]
-        url = "https://github.com/ajnart/homarr/archive/refs/tags/v0.15.9.tar.gz"
-        sha256 = "8432ef51c1c7ca5932798560283095d722daf0e9acc1fb766e86ea74f04f063b"
+        url = "https://github.com/ajnart/homarr/archive/refs/tags/v0.15.10.tar.gz"
+        sha256 = "fd8d22214819ebe0705f14b58bb287fb9e60f817f00d8b3ee64e610154102405"
         autoupdate.strategy = "latest_github_tag"
 
     [resources.ports]

+ 1 - 1
scripts/upgrade

@@ -18,7 +18,7 @@ ynh_systemctl --service=$app --action="stop" --log_path="systemd"
 #=================================================
 ynh_script_progression "Upgrading source files..."
 
-ynh_setup_source --dest_dir="$install_dir" --full_replace --keep = ".env"
+ynh_setup_source --dest_dir="$install_dir" --full_replace=1 --keep=".env"
 
 #=================================================
 # UPGRADE DEPENDENCIES