1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pihole_ynh.git synced 2024-09-03 20:05:58 +02:00

Merge pull request #96 from YunoHost-Apps/ci-auto-update-v5.14.2

Upgrade to version 5.14.2
This commit is contained in:
Éric Gaspar 2022-12-23 11:32:46 +01:00 committed by GitHub
commit 24978f47e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/pi-hole/AdminLTE/archive/v5.17.tar.gz
SOURCE_SUM=0cafb2cff261360470ec3076e25ebe0abc935d2a628b1926565bd4e9ab90d597
SOURCE_URL=https://github.com/pi-hole/AdminLTE/archive/v5.18.tar.gz
SOURCE_SUM=7d29b443b233a19fd2a8c2e345e4a0ed7c0dc05492a35c75a5627264423dd1f3
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=true

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/pi-hole/FTL/archive/v5.19.2.tar.gz
SOURCE_SUM=e7c220c9daff01d12a9587de549c834cf97505dd5a5e18a4b96af1b0466a9709
SOURCE_URL=https://github.com/pi-hole/FTL/archive/v5.20.tar.gz
SOURCE_SUM=c098d65ed7e59865b814d64a0a5fac65914ce93277e69ef97ab87e8479731fc9
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=true

View file

@ -9,8 +9,8 @@ php_dependencies="php$YNH_DEFAULT_PHP_VERSION-common php$YNH_DEFAULT_PHP_VERSION
# dependencies used by the app (must be on a single line)
pkg_dependencies="cmake build-essential libgmp-dev libidn11-dev nettle-dev libreadline-dev sqlite3 cron curl iputils-ping psmisc unzip idn2 libcap2-bin dns-root-data libcap2 netcat-openbsd procps jq $php_dependencies"
pihole_adminlte_version=5.17
pihole_flt_version=5.19.2
pihole_adminlte_version=5.18
pihole_flt_version=5.20
PI_HOLE_LOCAL_REPO="/etc/.pihole"
PI_HOLE_INSTALL_DIR="/opt/pihole"