From 9f8556707be7c4770341f937901c13b1924adea5 Mon Sep 17 00:00:00 2001 From: Shimin Xiong Date: Wed, 1 Jul 2020 23:02:57 +0800 Subject: [PATCH] UnblockNeteaseMusicGo: bump version to 0.2.1 --- package/lean/UnblockNeteaseMusic-Go/Makefile | 7 +++---- .../patches/01-fix-endpoint.patch | 13 ------------- 2 files changed, 3 insertions(+), 17 deletions(-) delete mode 100644 package/lean/UnblockNeteaseMusic-Go/patches/01-fix-endpoint.patch diff --git a/package/lean/UnblockNeteaseMusic-Go/Makefile b/package/lean/UnblockNeteaseMusic-Go/Makefile index a17dba022b..8bb9b7aae9 100644 --- a/package/lean/UnblockNeteaseMusic-Go/Makefile +++ b/package/lean/UnblockNeteaseMusic-Go/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=UnblockNeteaseMusic-Go -PKG_VERSION:=0.2.0 -PKG_RELEASE:=5 +PKG_VERSION:=0.2.1 +PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/cnsilvan/UnblockNeteaseMusic.git -PKG_SOURCE_VERSION:=f70ddb140db4711f2b192b5ddcc6382829473a82 +PKG_SOURCE_VERSION:=7664b2b5c5dbe8e1ff7fde0c0051b4feabc0e0ba PKG_MAINTAINER:=Silvan PKG_SOURCE_SUBDIR:=$(PKG_NAME) @@ -57,7 +57,6 @@ define Build/Prepare endef define Build/Configure - endef define Build/Compile diff --git a/package/lean/UnblockNeteaseMusic-Go/patches/01-fix-endpoint.patch b/package/lean/UnblockNeteaseMusic-Go/patches/01-fix-endpoint.patch deleted file mode 100644 index c67f83ef2c..0000000000 --- a/package/lean/UnblockNeteaseMusic-Go/patches/01-fix-endpoint.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/processor/processor.go b/processor/processor.go -index a35f8df..a7e3015 100644 ---- a/processor/processor.go -+++ b/processor/processor.go -@@ -393,7 +393,7 @@ - //data["url"] = uri.Scheme + "://" + uri.Host + uri.EscapedPath() - //data["url"] = uri.String() - if *config.EndPoint { -- data["url"] = "http://music.163.com/unblockmusic/" + uri.String() -+ data["url"] = "https://music.163.com/unblockmusic/" + uri.String() - } else { - data["url"] = uri.String() - }