mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-19 03:43:29 +00:00
UnblockNeteaseMusic: bump to latest git HEAD (#7440)
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org> Co-authored-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
parent
1768458fc1
commit
12d469347a
@ -1,10 +1,6 @@
|
||||
# SPDX-Identifier-License: GPL-3.0-only
|
||||
#
|
||||
# Copyright (C) 2021 ImmortalWrt
|
||||
# <https://immortalwrt.org>
|
||||
#
|
||||
# This is free software, licensed under the GNU General Public License v3.
|
||||
# See /LICENSE for more information.
|
||||
#
|
||||
# Copyright (C) 2021 ImmortalWrt.org
|
||||
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
@ -14,14 +10,15 @@ PKG_RELEASE:=$(AUTORELEASE)
|
||||
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_URL:=https://github.com/1715173329/UnblockNeteaseMusic.git
|
||||
PKG_SOURCE_DATE:=2021-06-22
|
||||
PKG_SOURCE_VERSION:=a3abdc191f986f3cf618ee8c250c9291bbde09a8
|
||||
PKG_MIRROR_HASH:=ce31b943757711168bf09e94ea89aa902d3432c38e0887c85133f358d9d6dcd6
|
||||
PKG_SOURCE_DATE:=2021-07-17
|
||||
PKG_SOURCE_VERSION:=076a0c22dcabc4315d1732e5ba6383337088468c
|
||||
PKG_MIRROR_HASH:=d7af0faa99366159159cfe1cc829ff81b3c50234536e02d45e16172052036192
|
||||
|
||||
PKG_VERSION:=$(PKG_BASE_VERSION)-$(PKG_SOURCE_DATE)-$(call version_abbrev,$(PKG_SOURCE_VERSION))
|
||||
|
||||
PKG_LICENSE:=MIT
|
||||
PKG_LICENSE_FILE:=LICENSE
|
||||
PKG_MAINTAINER:=Tianling Shen <cnsztl@immortalwrt.org>
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
@ -30,7 +27,7 @@ define Package/UnblockNeteaseMusic
|
||||
CATEGORY:=Multimedia
|
||||
TITLE:=Revive Netease Cloud Music (NodeJS)
|
||||
URL:=https://github.com/nondanee/UnblockNeteaseMusic
|
||||
DEPENDS:=+node +libopenssl
|
||||
DEPENDS:=+node
|
||||
PKGARCH:=all
|
||||
endef
|
||||
|
||||
@ -45,7 +42,6 @@ define Build/Configure
|
||||
endef
|
||||
|
||||
define Build/Compile
|
||||
true
|
||||
endef
|
||||
|
||||
define Package/UnblockNeteaseMusic/install
|
||||
@ -53,4 +49,4 @@ define Package/UnblockNeteaseMusic/install
|
||||
$(CP) $(PKG_BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)/* $(1)/usr/share/UnblockNeteaseMusic
|
||||
endef
|
||||
|
||||
$(eval $(call BuildPackage,UnblockNeteaseMusic))
|
||||
$(eval $(call BuildPackage,UnblockNeteaseMusic))
|
||||
|
Loading…
Reference in New Issue
Block a user