File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ jobs:
107107 sed -i '/INSTALL_DATA/a \\t/usr/bin/upx --lzma --best $(1)\/usr\/bin\/openlist' openlist/Makefile
108108
109109 - name : Build Packages
110- uses : sbwml /openwrt-gh-action-sdk@go1.25
110+ uses : OpenListTeam /openwrt-gh-action-sdk@go1.25
111111 env :
112112 ARCH : ${{ matrix.arch }}-${{ matrix.sdk }}
113113 FEEDNAME : packages_ci
Original file line number Diff line number Diff line change 2929 * 1. requires golang 1.24.x or latest version (Fix build for older branches of OpenWrt.)*
3030 ` ` ` shell
3131 rm -rf feeds/packages/lang/golang
32- git clone https://github.com/sbwml /packages_lang_golang -b 24.x feeds/packages/lang/golang
32+ git clone https://github.com/OpenListTeam /packages_lang_golang -b 24.x feeds/packages/lang/golang
3333 ` ` `
3434
3535 * 2. get luci-app-openlist code & building*
3636 ` ` ` shell
37- git clone https://github.com/sbwml/luci-app-openlist package/openlist
37+ git clone https://github.com/OpenListTeam/OpenList-OpenWRT package/openlist
3838 make menuconfig # choose LUCI -> Applications -> luci-app-openlist
3939 make package/openlist/luci-app-openlist/compile V=s # build luci-app-openlist
4040 ` ` `
5858
5959- Execute install script (Multi-architecture support)
6060 ` ` ` shell
61- sh -c " $( curl -ksS https://raw.githubusercontent.com/sbwml/luci-app-openlist /main/install.sh) "
61+ sh -c " $( curl -ksS https://raw.githubusercontent.com/OpenListTeam/OpenList-OpenWRT /main/install.sh) "
6262 ` ` `
6363
6464 install via ghproxy:
6565 ` ` ` shell
66- sh -c " $( curl -ksS https://raw.githubusercontent.com/sbwml/luci-app-openlist /main/install.sh) " _ gh_proxy=" https://gh.cooluc.com"
66+ sh -c " $( curl -ksS https://raw.githubusercontent.com/OpenListTeam/OpenList-OpenWRT /main/install.sh) " _ gh_proxy=" https://gh.cooluc.com"
6767 ` ` `
6868
6969--------------
Original file line number Diff line number Diff line change 119119
120120# Download the corresponding package archive
121121PKG_FILE=" $SDK -$DISTRIB_ARCH .tar.gz"
122- BASE_URL=" https://github.com/sbwml/luci-app-openlist /releases/latest/download/$PKG_FILE "
122+ BASE_URL=" https://github.com/OpenListTeam/OpenList-OpenWRT /releases/latest/download/$PKG_FILE "
123123if [ -n " $gh_proxy " ]; then
124124 PKG_URL=" ${gh_proxy}${BASE_URL} "
125125else
Original file line number Diff line number Diff line change @@ -17,9 +17,9 @@ PKG_HASH:=216a7c7c66de9bcff59ab946874a8b4641b2b6e90c5236bd45bf8219149c5a3d
1717
1818PKG_BUILD_DIR: =$(BUILD_DIR ) /OpenList-$(PKG_VERSION )
1919
20- PKG_LICENSE: =GPL -3.0
20+ PKG_LICENSE: =AGPL -3.0
2121PKG_LICENSE_FILE: =LICENSE
22- PKG_MAINTAINER: =sbwml <admin@cooluc .com>
22+ PKG_MAINTAINER: =OpenList Team <openlistteam@gmail .com>
2323
2424define Download/openlist-frontend
2525 FILE:=openlist-frontend-dist-v$(PKG_WEB_VERSION ) .tar.gz
You can’t perform that action at this time.
0 commit comments