From 8268f1a4b67a2c866d973111411519b25a90fbd7 Mon Sep 17 00:00:00 2001 From: Alex Van de Putte Date: Sat, 15 Apr 2017 19:36:42 -0400 Subject: [PATCH] version bump --- qnap/qpkg.cfg | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/qnap/qpkg.cfg b/qnap/qpkg.cfg index d227463..7bcd2d2 100644 --- a/qnap/qpkg.cfg +++ b/qnap/qpkg.cfg @@ -1,11 +1,11 @@ # Name of the packaged application. QPKG_NAME="HDHR-DVRUI" # Version of the packaged application. -QPKG_VER="0.5.9" +QPKG_VER="0.5.12" # Author or maintainer of the package QPKG_AUTHOR="avdp" # License for the packaged application -#QPKG_LICENSE="MIT" +QPKG_LICENSE="MIT" # One-line description of the packaged application QPKG_SUMMARY="Web-based UI for Silicondust HDHomeRun DVR" @@ -14,12 +14,9 @@ QPKG_RC_NUM="101" # Relative path to web interface QPKG_WEBUI="/HDHR-DVRUI" # Port number for the web interface. -#QPKG_WEB_PORT="80" +QPKG_WEB_PORT="80" # Port number for the ssl web interface. #QPKG_WEB_SSL_PORT="" -# Open App as Desktop App -QPKG_DESKTOP_APP="1" - # Location of icons for the packaged application. QDK_DATA_DIR_ICONS="icons"