Upgrade Podkop to v0.7.2

This commit is contained in:
CodeRoK7
2025-10-23 19:25:27 +00:00
parent e32fae4e5e
commit b9a6cbc481
9 changed files with 12 additions and 12 deletions

View File

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