mirror of
https://github.com/kenzok8/small-package
synced 2025-01-08 13:27:36 +08:00
update 2022-08-26 20:24:37
This commit is contained in:
parent
1b6cd6b89b
commit
02d31b6090
@ -10,11 +10,11 @@ include $(TOPDIR)/rules.mk
|
||||
PKG_ARCH_LINKEASE:=$(ARCH)
|
||||
|
||||
PKG_NAME:=linkease
|
||||
PKG_VERSION:=0.8.7
|
||||
PKG_VERSION:=0.9.2
|
||||
PKG_RELEASE:=$(PKG_ARCH_LINKEASE)-1
|
||||
PKG_SOURCE:=$(PKG_NAME)-binary-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=http://fw.koolcenter.com/binary/LinkEase/LinuxStorage/
|
||||
PKG_HASH:=1519e92eb251eb41ff0d36d54ce6e1ce0e0fd397aea26f603f57d1e4ff72074a
|
||||
PKG_HASH:=f1b1aead16e8f7fcc7487a8fdda610f5653d0c879ec5ed64f55ca030f0efbdd2
|
||||
|
||||
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-binary-$(PKG_VERSION)
|
||||
|
||||
@ -28,7 +28,7 @@ define Package/$(PKG_NAME)
|
||||
CATEGORY:=Network
|
||||
SUBMENU:=Web Servers/Proxies
|
||||
TITLE:=LinkEase - the file cloud
|
||||
DEPENDS:=@(arm||x86_64||aarch64)
|
||||
DEPENDS:=@(arm||x86_64||aarch64) +ffmpeg-remux
|
||||
PKGARCH:=all
|
||||
URL:=https://www.ddnsto.com/linkease/
|
||||
endef
|
||||
|
@ -8,10 +8,10 @@ include $(TOPDIR)/rules.mk
|
||||
LUCI_TITLE:=LuCI based ipk store
|
||||
LUCI_DESCRIPTION:=luci-app-store is a ipk store developed by LinkEase team
|
||||
LUCI_DEPENDS:=+curl +opkg +luci-base +tar +coreutils +coreutils-stat +libuci-lua +mount-utils +luci-lib-taskd
|
||||
LUCI_EXTRA_DEPENDS:=luci-lib-taskd (>=1.0.15)
|
||||
LUCI_EXTRA_DEPENDS:=luci-lib-taskd (>=1.0.16)
|
||||
LUCI_PKGARCH:=all
|
||||
|
||||
PKG_VERSION:=0.1.12-3
|
||||
PKG_VERSION:=0.1.12-4
|
||||
# PKG_RELEASE MUST be empty for luci.mk
|
||||
PKG_RELEASE:=
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user