mirror of
https://github.com/kenzok8/small-package.git
synced 2026-02-04 13:57:45 +08:00
update 2024-11-25 12:25:49
This commit is contained in:
@@ -59,6 +59,12 @@ if ($return_var !== 0 || !file_exists($local_file)) {
|
|||||||
|
|
||||||
echo "<script>appendLog('下载完成。');</script>";
|
echo "<script>appendLog('下载完成。');</script>";
|
||||||
|
|
||||||
|
echo "<script>appendLog('更新软件包列表...');</script>";
|
||||||
|
$output = shell_exec("opkg update");
|
||||||
|
echo "<pre>$output</pre>";
|
||||||
|
|
||||||
|
echo "<script>appendLog('开始安装...');</script>";
|
||||||
|
|
||||||
$output = shell_exec("opkg install --force-reinstall " . escapeshellarg($local_file));
|
$output = shell_exec("opkg install --force-reinstall " . escapeshellarg($local_file));
|
||||||
echo "<pre>$output</pre>";
|
echo "<pre>$output</pre>";
|
||||||
echo "<script>appendLog('安装完成。');</script>";
|
echo "<script>appendLog('安装完成。');</script>";
|
||||||
|
|||||||
@@ -1,13 +1,13 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=mihomo
|
PKG_NAME:=mihomo
|
||||||
PKG_RELEASE:=3
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE_PROTO:=git
|
PKG_SOURCE_PROTO:=git
|
||||||
PKG_SOURCE_URL:=https://github.com/MetaCubeX/mihomo.git
|
PKG_SOURCE_URL:=https://github.com/MetaCubeX/mihomo.git
|
||||||
PKG_SOURCE_DATE:=2024-11-14
|
PKG_SOURCE_DATE:=2024-11-24
|
||||||
PKG_SOURCE_VERSION:=de19f927e86573a7a97159e3b9925049f06d4563
|
PKG_SOURCE_VERSION:=eb985b002e5aa61c4c2208646f33180c4fc938f9
|
||||||
PKG_MIRROR_HASH:=931d397995b2da9e97f3f050d4650fa9013980d6c523df40bca3b58822a42409
|
PKG_MIRROR_HASH:=058ca55e42cbebecfa0b65b5b8f792bfba8c5240cfa43c44a017d0bdab498230
|
||||||
|
|
||||||
PKG_LICENSE:=MIT
|
PKG_LICENSE:=MIT
|
||||||
PKG_MAINTAINER:=Joseph Mory <morytyann@gmail.com>
|
PKG_MAINTAINER:=Joseph Mory <morytyann@gmail.com>
|
||||||
@@ -16,7 +16,7 @@ PKG_BUILD_DEPENDS:=golang/host
|
|||||||
PKG_BUILD_PARALLEL:=1
|
PKG_BUILD_PARALLEL:=1
|
||||||
PKG_BUILD_FLAGS:=no-mips16
|
PKG_BUILD_FLAGS:=no-mips16
|
||||||
|
|
||||||
PKG_BUILD_VERSION:=alpha-de19f92
|
PKG_BUILD_VERSION:=alpha-eb985b0
|
||||||
PKG_BUILD_TIME:=$(shell date -u -Iseconds)
|
PKG_BUILD_TIME:=$(shell date -u -Iseconds)
|
||||||
|
|
||||||
GO_PKG:=github.com/metacubex/mihomo
|
GO_PKG:=github.com/metacubex/mihomo
|
||||||
|
|||||||
@@ -9,10 +9,10 @@ include $(TOPDIR)/rules.mk
|
|||||||
include $(INCLUDE_DIR)/kernel.mk
|
include $(INCLUDE_DIR)/kernel.mk
|
||||||
|
|
||||||
PKG_NAME:=natflow
|
PKG_NAME:=natflow
|
||||||
PKG_VERSION:=20241020
|
PKG_VERSION:=20241125
|
||||||
|
|
||||||
PKG_SOURCE_URL:=https://codeload.github.com/ptpt52/natflow/tar.gz/$(PKG_VERSION)?
|
PKG_SOURCE_URL:=https://codeload.github.com/ptpt52/natflow/tar.gz/$(PKG_VERSION)?
|
||||||
PKG_HASH:=367873c342ae0b2f3a31f2965f4625bf6dd9102ced076a41eb982888b7cf724f
|
PKG_HASH:=604d78af4292db4793bb2c86b279f8a0d362bb0a050ddd510d1c1178d1bf3eb8
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
|
|
||||||
PKG_MAINTAINER:=Chen Minqiang <ptpt52@gmail.com>
|
PKG_MAINTAINER:=Chen Minqiang <ptpt52@gmail.com>
|
||||||
|
|||||||
Reference in New Issue
Block a user