mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
adblock: maintenance update
* remove "downloads" category from shallalist default configuration, due to false positives (i.e. debian & microsoft update sites) * remove example white- & blacklist entries * further optimize shallalist handling * fix domain merging with empty whitelist * various minor fixes & enhancements * documentation update Signed-off-by: Dirk Brenken <dirk@brenken.org>
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=adblock
|
||||
PKG_VERSION:=0.22.1
|
||||
PKG_VERSION:=0.22.2
|
||||
PKG_RELEASE:=1
|
||||
PKG_LICENSE:=GPL-3.0+
|
||||
PKG_MAINTAINER:=Dirk Brenken <dirk@brenken.org>
|
||||
@@ -17,7 +17,7 @@ include $(INCLUDE_DIR)/package.mk
|
||||
define Package/$(PKG_NAME)
|
||||
SECTION:=net
|
||||
CATEGORY:=Network
|
||||
TITLE:=powerful adblock script to block ad/abuse domains
|
||||
TITLE:=Powerful adblock script to block ad/abuse domains
|
||||
DEPENDS:=+curl +wget
|
||||
PKGARCH:=all
|
||||
endef
|
||||
|
||||
Reference in New Issue
Block a user