diff options
author | Zheng Qian <sotux82@gmail.com> | 2018-12-14 13:32:18 +0800 |
---|---|---|
committer | Zheng Qian <sotux82@gmail.com> | 2018-12-14 13:32:49 +0800 |
commit | 83703aaec0f03d9dc4962bcfa672f86d8a3b0cdc (patch) | |
tree | 540ad7440510d62d11794cb64e1c9d9c263df88d /applications/luci-app-aria2/Makefile | |
parent | 76f81c262c2db625a3f36743db25c87377bf61b4 (diff) |
luci-app-aria2: fix showRPCURL when using https
if login luci-admin with https, RPC protocol should be https or wss.
Signed-off-by: Zheng Qian <sotux82@gmail.com>
Diffstat (limited to 'applications/luci-app-aria2/Makefile')
-rw-r--r-- | applications/luci-app-aria2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-aria2/Makefile b/applications/luci-app-aria2/Makefile index e957c436f..4bac79dee 100644 --- a/applications/luci-app-aria2/Makefile +++ b/applications/luci-app-aria2/Makefile @@ -14,7 +14,7 @@ PKG_VERSION:=1.0.1 # Release == build # increase on changes of translation files -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_LICENSE:=Apache-2.0 PKG_MAINTAINER:=Hsing-Wang Liao <kuoruan@gmail.com> |