UnblockNeteaseMusicGo: bump version to 0.2.1
This commit is contained in:
parent
84bfdd3e4f
commit
9f8556707b
@ -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 <cnsilvan@gmail.com>
|
||||
|
||||
PKG_SOURCE_SUBDIR:=$(PKG_NAME)
|
||||
@ -57,7 +57,6 @@ define Build/Prepare
|
||||
endef
|
||||
|
||||
define Build/Configure
|
||||
|
||||
endef
|
||||
|
||||
define Build/Compile
|
||||
|
||||
@ -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()
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user