Просмотр исходного кода

Upgrade sources
- `pi-hole_core` v5.18.3: https://github.com/pi-hole/pi-hole/releases/tag/v5.18.3
- `pi-hole_web` v5.21: https://github.com/pi-hole/web/releases/tag/v5.21
- `pi-hole_ftl` v5.25.2: https://github.com/pi-hole/FTL/releases/tag/v5.25.2

yunohost-bot 1 год назад
Родитель
Сommit
01a6c9b868
1 измененных файлов с 5 добавлено и 5 удалено
  1. 5 5
      manifest.toml

+ 5 - 5
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.2~ynh1"
+version = "5.18.2~ynh2"
 
 maintainers = []
 
@@ -55,21 +55,21 @@ ram.runtime = "200M"
 [resources]
     [resources.sources]
     [resources.sources.pi-hole_core]
-    url = "https://github.com/pi-hole/pi-hole/archive/v5.18.2.tar.gz"
-    sha256 = "43bb1bea958535dcb2dab4b0dbda432859c6fa83a5d1f94eb5239d77f1e32605"
+    url = "https://github.com/pi-hole/pi-hole/archive/refs/tags/v5.18.3.tar.gz"
+    sha256 = "871b47b41813342484df8f10981801eba25f27c9cdbeafd6e71f0edbae6818e5"
 
     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/v5.21.tar.gz"
+    url = "https://github.com/pi-hole/web/archive/refs/tags/v5.21.tar.gz"
     sha256 = "d8b5f8dd3842dd8b0f3f02a4422182740fd26c3db5ceba1dde9fcd122a36c7f0"
 
     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/v5.25.2.tar.gz"
+    url = "https://github.com/pi-hole/FTL/archive/refs/tags/v5.25.2.tar.gz"
     sha256 = "d14523c623a4a79afe48b64f3953f73eb454c688edeeded9d95b169b275d354d"
 
     autoupdate.upstream = "https://github.com/pi-hole/FTL"