From 53350e6f7b3e54cb17a07dcdc1258ec8aabf9db1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 14 Dec 2022 20:19:05 +0800 Subject: [PATCH] update 2022-12-14 20:19:05 --- luci-app-lucky/README.md | 19 +------------------ luci-app-lucky/lucky/Makefile | 2 +- 2 files changed, 2 insertions(+), 19 deletions(-) diff --git a/luci-app-lucky/README.md b/luci-app-lucky/README.md index b0332bcfc..ddcf60a3e 100644 --- a/luci-app-lucky/README.md +++ b/luci-app-lucky/README.md @@ -78,24 +78,7 @@ luci-app-lucky 动态域名ddns-go服务,替代socat主要用于公网IPv6 tcp/u - 将luci-app-lucky添加至 LEDE/OpenWRT 源码的方法。 -### 下载源码方法一: -- 编辑源码文件夹根目录feeds.conf.default并加入如下内容: - -```Brach - - # feeds获取源码: - - src-git luci-app-lucky https://github.com/sirpdboy/luci-app-lucky - ``` - ```Brach - - # 更新feeds,并安装主题: - - scripts/feeds update luci-app-lucky - scripts/feeds install luci-app-lucky - ``` - -### 下载源码方法二: +### 下载源码方法: ```Brach diff --git a/luci-app-lucky/lucky/Makefile b/luci-app-lucky/lucky/Makefile index de04eedcf..44867de7d 100644 --- a/luci-app-lucky/lucky/Makefile +++ b/luci-app-lucky/lucky/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=lucky -PKG_VERSION:=1.7.2 +PKG_VERSION:=1.7.4 PKG_RELEASE:=1 PKGARCH:=all