diff options
author | Stan Grishin <stangri@melmac.ca> | 2024-08-03 23:23:38 +0000 |
---|---|---|
committer | Stan Grishin <stangri@melmac.ca> | 2024-08-03 23:23:38 +0000 |
commit | fc9f85ffb4568fdbd2162467db4e8603acfcfa96 (patch) | |
tree | 98c51f3815088f4d88022de1299dabc1ec5d9fa2 /applications/luci-app-pbr/Makefile | |
parent | ee1bf573ec94eb23f99c4c5edcd86e53e0300719 (diff) |
luci-app-pbr: sync with 1.1.6-20 principal package
Signed-off-by: Stan Grishin <stangri@melmac.ca>
Diffstat (limited to 'applications/luci-app-pbr/Makefile')
-rw-r--r-- | applications/luci-app-pbr/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/applications/luci-app-pbr/Makefile b/applications/luci-app-pbr/Makefile index bd54422370..591e4e323b 100644 --- a/applications/luci-app-pbr/Makefile +++ b/applications/luci-app-pbr/Makefile @@ -1,15 +1,16 @@ -# Copyright 2017-2023 MOSSDeF, Stan Grishin (stangri@melmac.ca) -# This is free software, licensed under the GNU General Public License v3. +# Copyright 2017-2024 MOSSDeF, Stan Grishin (stangri@melmac.ca). +# This is free software, licensed under AGPL-3.0-or-later. include $(TOPDIR)/rules.mk PKG_NAME:=luci-app-pbr PKG_LICENSE:=AGPL-3.0-or-later PKG_MAINTAINER:=Stan Grishin <stangri@melmac.ca> -PKG_VERSION:=1.1.4 -PKG_RELEASE:=16 +PKG_VERSION:=1.1.6 +PKG_RELEASE:=20 LUCI_TITLE:=Policy Based Routing Service Web UI +LUCI_URL:=https://github.com/stangri/luci-app-pbr/ LUCI_DESCRIPTION:=Provides Web UI for Policy Based Routing Service. LUCI_DEPENDS:=+luci-base +jsonfilter +pbr |