Update versiov Podkop to v0.7.12

This commit is contained in:
CodeRoK7
2026-01-22 11:19:00 +00:00
parent 5bc988d6d7
commit da4d32c755
4 changed files with 4 additions and 4 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -1276,7 +1276,7 @@ case $varByPass in
esac esac
PACKAGE="podkop" PACKAGE="podkop"
REQUIRED_VERSION="v0.7.11-r1" REQUIRED_VERSION="v0.7.12-r1"
INSTALLED_VERSION=$(opkg list-installed | grep "^$PACKAGE" | cut -d ' ' -f 3) INSTALLED_VERSION=$(opkg list-installed | grep "^$PACKAGE" | cut -d ' ' -f 3)
if [ -n "$INSTALLED_VERSION" ] && [ "$INSTALLED_VERSION" != "$REQUIRED_VERSION" ]; then if [ -n "$INSTALLED_VERSION" ] && [ "$INSTALLED_VERSION" != "$REQUIRED_VERSION" ]; then
@@ -1302,9 +1302,9 @@ else
if [ "$is_install_podkop" = "y" ] || [ "$is_install_podkop" = "Y" ]; then if [ "$is_install_podkop" = "y" ] || [ "$is_install_podkop" = "Y" ]; then
DOWNLOAD_DIR="/tmp/podkop" DOWNLOAD_DIR="/tmp/podkop"
mkdir -p "$DOWNLOAD_DIR" mkdir -p "$DOWNLOAD_DIR"
podkop_files="podkop-v0.7.11-r1-all.ipk podkop_files="podkop-v0.7.12-r1-all.ipk
luci-app-podkop-v0.7.11-r1-all.ipk luci-app-podkop-v0.7.12-r1-all.ipk
luci-i18n-podkop-ru-0.7.11.ipk" luci-i18n-podkop-ru-0.7.12.ipk"
for file in $podkop_files for file in $podkop_files
do do
echo "Download $file..." echo "Download $file..."