Skip to content

Commit

Permalink
Merge pull request #7014 from stangri/openwrt-23.05-luci-app-adblock-…
Browse files Browse the repository at this point in the history
…fast

[23.05] luci-app-adblock-fast: prepare migration to APK
  • Loading branch information
stangri committed Mar 24, 2024
2 parents 1574019 + 508102b commit ce794d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion applications/luci-app-adblock-fast/Makefile
Expand Up @@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk

PKG_LICENSE:=GPL-3.0-or-later
PKG_MAINTAINER:=Stan Grishin <stangri@melmac.ca>
PKG_VERSION:=1.1.1-5
PKG_VERSION:=1.1.1-r7

LUCI_TITLE:=AdBlock-Fast Web UI
LUCI_DESCRIPTION:=Provides Web UI for adblock-fast service.
Expand Down
Expand Up @@ -120,7 +120,7 @@ get_init_status() {
else
json_add_boolean 'running' '0'
fi
json_add_string 'version' "$(get_version "$name")"
json_add_string 'version' "$PKG_VERSION"
errors="$(ubus_get_data errors)"
json_add_array 'errors'
if [ -n "$errors" ]; then
Expand Down

0 comments on commit ce794d6

Please sign in to comment.