Skip to content

Commit

Permalink
chore: update QDK version to 2.3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
ED Hong committed Sep 6, 2022
1 parent d32ea7a commit a1da3f8
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ The project is fork qnap SDK 2.2.4

# QDK Download Link:

https://github.com/qnap-dev/QDK/releases/download/v2.3.12/QDK_2.3.12.zip
https://github.com/qnap-dev/QDK/releases/download/v2.3.13/QDK_2.3.13.zip

# QPKG Development Guidelines
----------------------------------
Expand Down Expand Up @@ -56,6 +56,10 @@ https://github.com/qnap-dev/qdk2/releases/download/v0.30/qdk2_0.30.bionic_amd64.
https://cheng-yuan-hong.gitbook.io/qdk-quick-start-guide/

# Update new feature
2.3.13

-Add QPKG_FORCE_VISIBLE option in qpkg.cfg

2.3.12

-Add QPKG_REQUIRE_MSG option in qpkg.cfg
Expand Down
2 changes: 1 addition & 1 deletion qpkg.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
QPKG_NAME="QDK"
QPKG_VER="2.3.12"
QPKG_VER="2.3.13"
QPKG_AUTHOR="micke"
QPKG_LICENSE="GPLv2+"
QPKG_SUMMARY="QDK (QPKG Development Kit) is used to create QPKG packages."
Expand Down
2 changes: 1 addition & 1 deletion shared/qdk.conf
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
QDK_VERSION=2.3.12
QDK_VERSION=2.3.13
QDK_PATH_P=`pwd | awk 'BEGIN { FS = "QDK" } ; { print $1 }'`
QDK_PATH="${QDK_PATH_P}/QDK"
2 changes: 1 addition & 1 deletion shared/scripts/code_signing.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
QPKG_NAME="QDK"
QPKG_VER="2.3.12"
QPKG_VER="2.3.13"
QNAP_CODE_SIGNING_SERVER_IP=codesigning.qnap.com.tw
QNAP_CODE_SIGNING_SERVER_PORT=5001
2 changes: 1 addition & 1 deletion shared/scripts/qinstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#
# A QPKG installation script for QDK
#
# QDK V.2.3.12
# QDK V.2.3.13
#
# Copyright (C) 2009,2010 QNAP Systems, Inc.
# Copyright (C) 2010,2011 Michael Nordstrom
Expand Down

0 comments on commit a1da3f8

Please sign in to comment.