Browse Source

Merge pull request #10625 from dibdot/adblock

adblock: update 3.8.12
lilik-openwrt-22.03
Dirk Brenken 5 years ago
committed by GitHub
parent
commit
54755c03e9
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions
  1. +1
    -1
      net/adblock/Makefile
  2. +2
    -2
      net/adblock/files/adblock.sh

+ 1
- 1
net/adblock/Makefile View File

@ -6,7 +6,7 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=adblock PKG_NAME:=adblock
PKG_VERSION:=3.8.11
PKG_VERSION:=3.8.12
PKG_RELEASE:=1 PKG_RELEASE:=1
PKG_LICENSE:=GPL-3.0-or-later PKG_LICENSE:=GPL-3.0-or-later
PKG_MAINTAINER:=Dirk Brenken <dev@brenken.org> PKG_MAINTAINER:=Dirk Brenken <dev@brenken.org>


+ 2
- 2
net/adblock/files/adblock.sh View File

@ -13,7 +13,7 @@
# #
LC_ALL=C LC_ALL=C
PATH="/usr/sbin:/usr/bin:/sbin:/bin" PATH="/usr/sbin:/usr/bin:/sbin:/bin"
adb_ver="3.8.11"
adb_ver="3.8.12"
adb_basever="" adb_basever=""
adb_enabled=0 adb_enabled=0
adb_debug=0 adb_debug=0
@ -536,6 +536,7 @@ f_dnsup()
else else
"/etc/init.d/${adb_dns}" restart >/dev/null 2>&1 "/etc/init.d/${adb_dns}" restart >/dev/null 2>&1
fi fi
sleep 5
while [ "${cnt}" -le 10 ] while [ "${cnt}" -le 10 ]
do do
@ -565,7 +566,6 @@ f_dnsup()
;; ;;
esac esac
out_rc=0 out_rc=0
sleep 1
break break
fi fi
cnt=$((cnt+1)) cnt=$((cnt+1))


Loading…
Cancel
Save