diff options
author | Stan Grishin <stangri@melmac.ca> | 2024-03-18 02:03:13 +0000 |
---|---|---|
committer | Stan Grishin <stangri@melmac.ca> | 2024-03-18 02:04:15 +0000 |
commit | e55d184e9f9e14f60d0229687c0c4676ae4201c2 (patch) | |
tree | 5de335884569377eb4d13c980c9d7f3210157b70 /applications/luci-app-pbr/Makefile | |
parent | f2a49104c4839cc61c0c6a32cf0b616ca7b7d667 (diff) |
luci-app-pbr: update to 1.1.4-5
* sync with the principal package
* add the status include file
Signed-off-by: Stan Grishin <stangri@melmac.ca>
Diffstat (limited to 'applications/luci-app-pbr/Makefile')
-rw-r--r-- | applications/luci-app-pbr/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/applications/luci-app-pbr/Makefile b/applications/luci-app-pbr/Makefile index 3b04a9500d..6eee45f9bb 100644 --- a/applications/luci-app-pbr/Makefile +++ b/applications/luci-app-pbr/Makefile @@ -1,15 +1,16 @@ -# Copyright 2017-2022 Stan Grishin (stangri@melmac.ca) +# Copyright 2017-2023 MOSSDeF, Stan Grishin (stangri@melmac.ca) # This is free software, licensed under the GNU General Public License v3. include $(TOPDIR)/rules.mk PKG_LICENSE:=GPL-3.0-or-later PKG_MAINTAINER:=Stan Grishin <stangri@melmac.ca> -PKG_VERSION:=1.1.1-7 +PKG_VERSION:=1.1.4-5 LUCI_TITLE:=Policy Based Routing Service Web UI LUCI_DESCRIPTION:=Provides Web UI for Policy Based Routing Service. -LUCI_DEPENDS:=+luci-base +jsonfilter +pbr +LUCI_DEPENDS:=+luci-base +jsonfilter +pbr-service +LUCI_PKGARCH:=all PKG_PROVIDES:=luci-app-vpnbypass luci-app-vpn-policy-routing |