From 7c38fe0f30b413e7de8ac9a3d2ab563eb88426a9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 3 Aug 2026 21:04:55 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=89=20Sync=202026-08-03=2021:04:55?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- luci-theme-aurora/Makefile | 2 +- luci-theme-aurora/README.md | 22 +++++----------------- luci-theme-aurora/README_zh.md | 22 +++++----------------- natflow/Makefile | 4 ++-- sing-box/Makefile | 4 ++-- 5 files changed, 15 insertions(+), 39 deletions(-) diff --git a/luci-theme-aurora/Makefile b/luci-theme-aurora/Makefile index 92c8469c..214b0885 100644 --- a/luci-theme-aurora/Makefile +++ b/luci-theme-aurora/Makefile @@ -9,7 +9,7 @@ LUCI_TITLE:=Aurora Theme (A modern browser theme built with Vite and Tailwind CS LUCI_DEPENDS:=+luci-base PKG_VERSION:=1.1.13 -PKG_RELEASE:=63 +PKG_RELEASE:=64 PKG_LICENSE:=Apache-2.0 LUCI_MINIFY_CSS:= diff --git a/luci-theme-aurora/README.md b/luci-theme-aurora/README.md index 52e03c35..3d122cb6 100644 --- a/luci-theme-aurora/README.md +++ b/luci-theme-aurora/README.md @@ -58,30 +58,18 @@ Run these commands on the router itself (e.g. over an SSH session). ### Via the eamonxg package feed -OpenWrt 25.12+ and snapshots use `apk`; other versions use `opkg`: - -> **Tip**: You can confirm your package manager by running `opkg --version` or `apk --version`. If it returns output (not "not found"), that's your package manager. - ```sh wget -qO- https://openwrt.eamonxg.fun/install.sh | sh ``` -- **opkg** (OpenWrt < 25.12): - - ```sh - opkg install luci-theme-aurora - ``` - -- **apk** (OpenWrt 25.12+ and snapshots): - - ```sh - apk add luci-theme-aurora - ``` - -Adds the feed once; later updates are just `opkg update && opkg install luci-theme-aurora` / `apk update && apk add luci-theme-aurora` — no re-downloading the file. Details: [openwrt.eamonxg.fun](https://openwrt.eamonxg.fun/). +That is the whole installation — the script adds the feed and installs whatever you tick from the list it shows. Upgrade later with the usual commands: `apk update && apk upgrade luci-theme-aurora`, or `opkg update && opkg upgrade luci-theme-aurora`. Details: [openwrt.eamonxg.fun](https://openwrt.eamonxg.fun/). ### Via a GitHub release +OpenWrt 25.12+ and snapshots use `apk`; other versions use `opkg`: + +> **Tip**: You can confirm your package manager by running `opkg --version` or `apk --version`. If it returns output (not "not found"), that's your package manager. + ```sh cd /tmp diff --git a/luci-theme-aurora/README_zh.md b/luci-theme-aurora/README_zh.md index a25c2c04..9ac92cb8 100644 --- a/luci-theme-aurora/README_zh.md +++ b/luci-theme-aurora/README_zh.md @@ -58,30 +58,18 @@ ### 通过 eamonxg 软件源 -OpenWrt 25.12+ 和 Snapshot 版本使用 `apk`;其他版本使用 `opkg`: - -> **提示**:您可以运行 `opkg --version` 或 `apk --version` 来确认您的包管理器。如果有输出内容(而非 "not found"),那就是您的包管理器。 - ```sh wget -qO- https://openwrt.eamonxg.fun/install.sh | sh ``` -- **opkg**(OpenWrt < 25.12): - - ```sh - opkg install luci-theme-aurora - ``` - -- **apk**(OpenWrt 25.12+ 及 snapshots): - - ```sh - apk add luci-theme-aurora - ``` - -一次性添加源,之后更新只需 `opkg update && opkg install luci-theme-aurora` / `apk update && apk add luci-theme-aurora`,无需再手动下载安装包。详细信息见 [openwrt.eamonxg.fun](https://openwrt.eamonxg.fun/)。 +这就是全部安装步骤——脚本会添加软件源,并安装您从列表中勾选的软件包。之后用常规命令升级即可:`apk update && apk upgrade luci-theme-aurora`,或 `opkg update && opkg upgrade luci-theme-aurora`。详细信息见 [openwrt.eamonxg.fun](https://openwrt.eamonxg.fun/)。 ### 通过 GitHub Release +OpenWrt 25.12+ 和 Snapshot 版本使用 `apk`;其他版本使用 `opkg`: + +> **提示**:您可以运行 `opkg --version` 或 `apk --version` 来确认您的包管理器。如果有输出内容(而非 "not found"),那就是您的包管理器。 + ```sh cd /tmp diff --git a/natflow/Makefile b/natflow/Makefile index 427546e7..c6932012 100644 --- a/natflow/Makefile +++ b/natflow/Makefile @@ -10,12 +10,12 @@ include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=natflow PKG_VERSION:=20260531 -PKG_RELEASE:=58 +PKG_RELEASE:=59 PKG_SOURCE:=$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://github.com/ptpt52/natflow.git PKG_SOURCE_PROTO:=git -PKG_SOURCE_VERSION:=6ffd9078fe2c2946112a05a80a9c8a496250d98c +PKG_SOURCE_VERSION:=9061fb3c2974689a4dfd118f607a400d47d6b16f PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) PKG_MAINTAINER:=Chen Minqiang PKG_LICENSE:=GPL-2.0 diff --git a/sing-box/Makefile b/sing-box/Makefile index 02e50857..ada339e8 100644 --- a/sing-box/Makefile +++ b/sing-box/Makefile @@ -5,8 +5,8 @@ include $(TOPDIR)/rules.mk PKG_NAME:=sing-box -PKG_VERSION:=1.13.15 -PKG_RELEASE:=23 +PKG_VERSION:=1.13.16 +PKG_RELEASE:=24 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/SagerNet/sing-box/tar.gz/v$(PKG_VERSION)?