diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2020-04-03 22:07:25 +0300 |
---|---|---|
committer | Hannu Nyman <hannu.nyman@iki.fi> | 2020-04-03 22:07:25 +0300 |
commit | a237723de0c18f9485c2f513e9645fbca6e34f60 (patch) | |
tree | 0fb6dab0a619a3277923b61ad07e384f57138a1a /applications/luci-app-sqm | |
parent | 891f1c15732940a7291f6ae201cec3ba0e2d470d (diff) |
luci-app-sqm: apply manual versioning
Use manual versioning for luci-app-sqm
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Diffstat (limited to 'applications/luci-app-sqm')
-rw-r--r-- | applications/luci-app-sqm/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/applications/luci-app-sqm/Makefile b/applications/luci-app-sqm/Makefile index 6d6be7ccc..77c0f8d2e 100644 --- a/applications/luci-app-sqm/Makefile +++ b/applications/luci-app-sqm/Makefile @@ -6,6 +6,9 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=LuCI Support for SQM Scripts LUCI_DESCRIPTION:=Luci interface for the SQM scripts queue management package +PKG_VERSION:=1.4.0 +PKG_RELEASE:=7 + PKG_MAINTAINER:=Toke Høiland-Jørgensen <toke@toke.dk> LUCI_DEPENDS:=+luci-compat +sqm-scripts |