diff options
author | Stan Grishin <stangri@melmac.ca> | 2024-03-24 07:06:36 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-24 07:06:36 -0600 |
commit | 3f1e95502c282c841137ed1f9c19ecddf991ad0a (patch) | |
tree | c3131ca22e7b41ac6d02bf51310b8d12307f5995 /applications/luci-app-pbr/Makefile | |
parent | cfd388340d9708b9b369f09c4ecf1b2382bf51b7 (diff) | |
parent | 6d2c56fe9096df96e0d1277b05d6e84a52b2b592 (diff) |
Merge pull request #7011 from stangri/master-luci-app-pbr
luci-app-pbr: prepare migration to APK
Diffstat (limited to 'applications/luci-app-pbr/Makefile')
-rw-r--r-- | applications/luci-app-pbr/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-pbr/Makefile b/applications/luci-app-pbr/Makefile index 6eee45f9bb..7a1c510883 100644 --- a/applications/luci-app-pbr/Makefile +++ b/applications/luci-app-pbr/Makefile @@ -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.4-5 +PKG_VERSION:=1.1.4-r7 LUCI_TITLE:=Policy Based Routing Service Web UI LUCI_DESCRIPTION:=Provides Web UI for Policy Based Routing Service. |