adblock: update 4.1.5-11

* removed an accidentally commited flag of the upcoming adblock 5.x, this fixes a startup regression without trigger interface

Signed-off-by: Dirk Brenken <dev@brenken.org>
pull/24493/head
Dirk Brenken 2024-06-30 19:30:11 +02:00
parent ab34df61a9
commit b76f6e1c16
No known key found for this signature in database
GPG Key ID: 9D71CD547BFAE684
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -24,7 +24,7 @@ adb_pidfile="/var/run/adblock.pid"
boot() {
: >"${adb_pidfile}"
rc_procd start_service "boot"
rc_procd start_service
}
start_service() {