mirror of
https://github.com/YunoHost-Apps/pihole_ynh.git
synced 2024-09-03 20:05:58 +02:00
Update manifest.toml
This commit is contained in:
parent
818ceb20ff
commit
754adf2cbe
1 changed files with 12 additions and 12 deletions
|
@ -7,7 +7,7 @@ name = "Pi-hole"
|
||||||
description.en = "Network-wide ad blocking via your own DNS server"
|
description.en = "Network-wide ad blocking via your own DNS server"
|
||||||
description.fr = "Filtrage publicitaire via votre propre serveur DNS"
|
description.fr = "Filtrage publicitaire via votre propre serveur DNS"
|
||||||
|
|
||||||
version = "5.14.2~ynh4"
|
version = "5.18.2~ynh1"
|
||||||
|
|
||||||
maintainers = []
|
maintainers = []
|
||||||
|
|
||||||
|
@ -55,22 +55,22 @@ ram.runtime = "200M"
|
||||||
[resources]
|
[resources]
|
||||||
[resources.sources]
|
[resources.sources]
|
||||||
[resources.sources.pi-hole_core]
|
[resources.sources.pi-hole_core]
|
||||||
url = "https://github.com/pi-hole/pi-hole/archive/v5.14.2.tar.gz"
|
url = "https://github.com/pi-hole/pi-hole/archive/v5.18.2.tar.gz"
|
||||||
sha256 = "fb2bf933eb7dc54de7b5ab220458e0298fb48fa84d5cba1bcb3c72c47bee1051"
|
sha256 = "43bb1bea958535dcb2dab4b0dbda432859c6fa83a5d1f94eb5239d77f1e32605"
|
||||||
|
|
||||||
autoupdate.upstream = "https://github.com/pi-hole/pi-hole"
|
autoupdate.upstream = "https://github.com/pi-hole/pi-hole"
|
||||||
autoupdate.strategy = "latest_github_release"
|
autoupdate.strategy = "latest_github_release"
|
||||||
|
|
||||||
[resources.sources.pi-hole_web]
|
[resources.sources.pi-hole_web]
|
||||||
url = "https://github.com/pi-hole/web/archive/v5.18.tar.gz"
|
url = "https://github.com/pi-hole/web/archive/v5.21.tar.gz"
|
||||||
sha256 = "563d3568f9b4c8bf09c6a7a21995c1827f3438edd17e5e2b55ead873599580c0"
|
sha256 = "d8b5f8dd3842dd8b0f3f02a4422182740fd26c3db5ceba1dde9fcd122a36c7f0"
|
||||||
|
|
||||||
autoupdate.upstream = "https://github.com/pi-hole/web"
|
autoupdate.upstream = "https://github.com/pi-hole/web"
|
||||||
autoupdate.strategy = "latest_github_release"
|
autoupdate.strategy = "latest_github_release"
|
||||||
|
|
||||||
[resources.sources.pi-hole_ftl]
|
[resources.sources.pi-hole_ftl]
|
||||||
url = "https://github.com/pi-hole/FTL/archive/v5.20.tar.gz"
|
url = "https://github.com/pi-hole/FTL/archive/v5.25.2.tar.gz"
|
||||||
sha256 = "c098d65ed7e59865b814d64a0a5fac65914ce93277e69ef97ab87e8479731fc9"
|
sha256 = "d14523c623a4a79afe48b64f3953f73eb454c688edeeded9d95b169b275d354d"
|
||||||
|
|
||||||
autoupdate.upstream = "https://github.com/pi-hole/FTL"
|
autoupdate.upstream = "https://github.com/pi-hole/FTL"
|
||||||
autoupdate.strategy = "latest_github_release"
|
autoupdate.strategy = "latest_github_release"
|
||||||
|
@ -88,11 +88,11 @@ ram.runtime = "200M"
|
||||||
|
|
||||||
[resources.apt]
|
[resources.apt]
|
||||||
packages = [
|
packages = [
|
||||||
"php7.4-common",
|
"php8.2-common",
|
||||||
"php7.4-cgi",
|
"php8.2-cgi",
|
||||||
"php7.4-sqlite3",
|
"php8.2-sqlite3",
|
||||||
"php7.4-xml",
|
"php8.2-xml",
|
||||||
"php7.4-intl",
|
"php8.2-intl",
|
||||||
"cmake",
|
"cmake",
|
||||||
"build-essential",
|
"build-essential",
|
||||||
"libgmp-dev",
|
"libgmp-dev",
|
||||||
|
|
Loading…
Add table
Reference in a new issue