mirror of
https://github.com/kenzok8/small-package
synced 2025-01-09 08:59:26 +08:00
update 2022-11-23 20:20:18
This commit is contained in:
parent
e8c1858dff
commit
5dc5d5e63e
@ -7,13 +7,13 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=alist
|
||||
PKG_VERSION:=3.4.0
|
||||
PKG_WEB_VERSION:=3.4.0
|
||||
PKG_VERSION:=3.5.1
|
||||
PKG_WEB_VERSION:=3.5.0
|
||||
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:=34e8f31d6a87360c79dfe8376a0174c8b2d4c5294f9b7da17e8d6eff59f0812b
|
||||
PKG_HASH:=ba5519ea73a1a90a3d05c3d982a3b56fc1b677be32ac148b09e748d996355f5b
|
||||
|
||||
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:=8f2b4f154cf3361cfd862fc8513f26b1fd34e27844c6c1afafefd900d2d3f084
|
||||
HASH:=91fb4b16a2db9d8345a99e9056ba406fb691282018679448753ec95ddcecf48a
|
||||
endef
|
||||
|
||||
PKG_CONFIG_DEPENDS:= \
|
||||
|
@ -1,3 +1,4 @@
|
||||
src-git nas https://github.com/linkease/nas-packages.git;master
|
||||
src-git nas_luci https://github.com/linkease/nas-packages-luci.git;main
|
||||
src-git istore https://github.com/linkease/istore.git;main
|
||||
src-git cups https://github.com/sirpdboy/luci-app-cupsd.git;main
|
||||
|
Loading…
Reference in New Issue
Block a user