diff --git a/README.md b/README.md index b6695054..6fc8225c 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,8 @@
中文 | [English](README_en.md) +* 把openwrt-packages与small仓库重新归类,ssr、passwall、vssr以及依赖合并smll + * 喜欢追新的可以去下载small-package,该仓库每天自动同步更新 * [small-package仓库地址](https://github.com/kenzok8/small-package) @@ -23,11 +25,9 @@ ##### 插件每日更新下载: [![GitHub release (latest by date)](https://img.shields.io/github/v/release/kenzok8/compile-package?style=for-the-badge&label=插件更新下载)](https://github.com/kenzok8/compile-package/releases/latest) -+ [passwall依赖](https://github.com/kenzok8/small) ++ [ssr+passwall依赖仓库](https://github.com/kenzok8/small) -+ [xiaorouji仓库](https://github.com/xiaorouji/openwrt-passwall) - -+ [openwrt固件与插件下载](https://op.dllkids.xyz/op/firmware/) ++ [openwrt固件与插件下载](https://op.dllkids.xyz/) #### 使用 一键命令 diff --git a/alist/Makefile b/alist/Makefile index 8ee5e19f..50119c2e 100644 --- a/alist/Makefile +++ b/alist/Makefile @@ -7,13 +7,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=alist -PKG_VERSION:=3.16.1 -PKG_WEB_VERSION:=3.16.1 +PKG_VERSION:=3.16.3 +PKG_WEB_VERSION:=3.16.2 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/alist-org/alist/tar.gz/v$(PKG_VERSION)? -PKG_HASH:=c127321f4e9dfeb877c1060067d8b6323b676fbecc500462d2ee1c313bf46e59 +PKG_HASH:=541598a1238720256053fa9fec2091edffd2223a2faad19062b38393d35975f0 PKG_LICENSE:=GPL-3.0 PKG_LICENSE_FILE:=LICENSE @@ -23,7 +23,7 @@ define Download/$(PKG_NAME)-web FILE:=$(PKG_NAME)-web-$(PKG_WEB_VERSION).tar.gz URL_FILE:=dist.tar.gz URL:=https://github.com/alist-org/alist-web/releases/download/$(PKG_WEB_VERSION)/ - HASH:=0d3414a9e36bd3abf29082c6e70a5aafd31d0a57ef5a8754367f1602455547dd + HASH:=d733195cb6848756aff2d85393330b66b549472a77547d4003ca50199caf4db4 endef PKG_BUILD_DEPENDS:=golang/host