mirror of
https://github.com/YunoHost-Apps/pihole_ynh.git
synced 2024-09-03 20:05:58 +02:00
upgrade versions
This commit is contained in:
parent
097db176f6
commit
56baee5788
4 changed files with 9 additions and 9 deletions
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://github.com/pi-hole/FTL/archive/v5.8.1.tar.gz
|
||||
SOURCE_SUM=6177f775a8d0be703b235741befe90b6192bdc0baab5a6e028019a9af00a44ae
|
||||
SOURCE_URL=https://github.com/pi-hole/FTL/archive/v5.9.tar.gz
|
||||
SOURCE_SUM=e10009f57a52434c70f6ca3abcac01b8a6a4365b8b257e9d1bdd2f6c3d509bc2
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=tar.gz
|
||||
SOURCE_IN_SUBDIR=true
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://github.com/pi-hole/AdminLTE/archive/v5.5.tar.gz
|
||||
SOURCE_SUM=39340eeb115732db7cf96166dfa9c7240afb0843b4f49defc42e704b751cf278
|
||||
SOURCE_URL=https://github.com/pi-hole/AdminLTE/archive/v5.6.tar.gz
|
||||
SOURCE_SUM=1b959de820fa9fb39999f5244a0201d26a1df9846ad3151dc6d66dd8fdda92dd
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=tar.gz
|
||||
SOURCE_IN_SUBDIR=true
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://github.com/pi-hole/pi-hole/archive/v5.3.1.tar.gz
|
||||
SOURCE_SUM=19c856584f180b2ed5b3d0500cd3567f00e37fa9c493282bc119be8276cdddd9
|
||||
SOURCE_URL=https://github.com/pi-hole/pi-hole/archive/v5.4.tar.gz
|
||||
SOURCE_SUM=dc82465f3b257d170cd0089a249bdee5378a8f52166ae95d1d7dc00512ef505c
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=tar.gz
|
||||
SOURCE_IN_SUBDIR=true
|
||||
|
|
|
@ -9,7 +9,7 @@ then
|
|||
dashboard_version=3.3
|
||||
FTL_version=3.0
|
||||
else
|
||||
pihole_core_version=5.3.1
|
||||
dashboard_version=5.5
|
||||
FTL_version=5.8.1
|
||||
pihole_core_version=5.4
|
||||
dashboard_version=5.6
|
||||
FTL_version=5.9
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue