Prechádzať zdrojové kódy

Merge pull request #289 from YunoHost-Apps/ci-auto-update-6.3

Upgrade to v6.3
eric_G 6 mesiacov pred
rodič
commit
33062032f2
2 zmenil súbory, kde vykonal 8 pridanie a 8 odobranie
  1. 1 1
      README.md
  2. 7 7
      manifest.toml

+ 1 - 1
README.md

@@ -11,7 +11,7 @@ It shall NOT be edited by hand.
 Network-wide ad blocking via your own DNS server
 
 [![🌐 Official app website](https://img.shields.io/badge/Official_app_website-darkgreen?style=for-the-badge)](https://pi-hole.net/)
-[![Version: 5.18.4~ynh1](https://img.shields.io/badge/Version-5.18.4~ynh1-rgb(18,138,11)?style=for-the-badge)](https://ci-apps.yunohost.org/ci/apps/pihole/)
+[![Version: 6.3~ynh1](https://img.shields.io/badge/Version-6.3~ynh1-rgb(18,138,11)?style=for-the-badge)](https://ci-apps.yunohost.org/ci/apps/pihole/)
 
 <div align="center">
 <a href="https://apps.yunohost.org/app/pihole"><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>

+ 7 - 7
manifest.toml

@@ -7,7 +7,7 @@ name = "Pi-hole"
 description.en = "Network-wide ad blocking via your own DNS server"
 description.fr = "Filtrage publicitaire via votre propre serveur DNS"
 
-version = "5.18.4~ynh1"
+version = "6.3~ynh1"
 
 maintainers = []
 
@@ -55,22 +55,22 @@ ram.runtime = "200M"
 [resources]
     [resources.sources]
     [resources.sources.main]
-    url = "https://github.com/pi-hole/pi-hole/archive/refs/tags/v5.18.4.tar.gz"
-    sha256 = "723ed042ae3703eaef8bc0e52ab6ab8d2062684af96c4e4ca09ddc513505df1f"
+    url = "https://github.com/pi-hole/pi-hole/archive/refs/tags/v6.3.tar.gz"
+    sha256 = "e026751de959ff747848b54ef2298c1fb77b5d35317ed3627b48ac7d5454937d"
 
     autoupdate.upstream = "https://github.com/pi-hole/pi-hole"
     autoupdate.strategy = "latest_github_release"
 
     [resources.sources.pi-hole_web]
-    url = "https://github.com/pi-hole/web/archive/refs/tags/v5.21.tar.gz"
-    sha256 = "d8b5f8dd3842dd8b0f3f02a4422182740fd26c3db5ceba1dde9fcd122a36c7f0"
+    url = "https://github.com/pi-hole/web/archive/refs/tags/v6.4.tar.gz"
+    sha256 = "4501ccbd3a2c429644e10dae68bf3738ab715031ed29607e2d17e80e8a569d03"
 
     autoupdate.upstream = "https://github.com/pi-hole/web"
     autoupdate.strategy = "latest_github_release"
 
     [resources.sources.pi-hole_ftl]
-    url = "https://github.com/pi-hole/FTL/archive/refs/tags/v5.25.2.tar.gz"
-    sha256 = "d14523c623a4a79afe48b64f3953f73eb454c688edeeded9d95b169b275d354d"
+    url = "https://github.com/pi-hole/FTL/archive/refs/tags/v6.4.1.tar.gz"
+    sha256 = "054da435fc57644d835f6a686a92b77fdff102a6048afdb773c7cc5e8fe48131"
 
     autoupdate.upstream = "https://github.com/pi-hole/FTL"
     autoupdate.strategy = "latest_github_release"