Skip to content

Commit 17c39c7

Browse files
committed
update
1 parent 764bbac commit 17c39c7

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/release-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@
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
```
@@ -58,12 +58,12 @@
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
--------------

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ fi
119119

120120
# Download the corresponding package archive
121121
PKG_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"
123123
if [ -n "$gh_proxy" ]; then
124124
PKG_URL="${gh_proxy}${BASE_URL}"
125125
else

openlist/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ PKG_HASH:=216a7c7c66de9bcff59ab946874a8b4641b2b6e90c5236bd45bf8219149c5a3d
1717

1818
PKG_BUILD_DIR:=$(BUILD_DIR)/OpenList-$(PKG_VERSION)
1919

20-
PKG_LICENSE:=GPL-3.0
20+
PKG_LICENSE:=AGPL-3.0
2121
PKG_LICENSE_FILE:=LICENSE
22-
PKG_MAINTAINER:=sbwml <admin@cooluc.com>
22+
PKG_MAINTAINER:=OpenList Team <openlistteam@gmail.com>
2323

2424
define Download/openlist-frontend
2525
FILE:=openlist-frontend-dist-v$(PKG_WEB_VERSION).tar.gz

0 commit comments

Comments
 (0)