Skip to content

Commit

Permalink
UnblockNeteaseMusic bump to 0.22.3 (#2752)
Browse files Browse the repository at this point in the history
修复老版本 macOS 客户端无法下载的问题 #323
  • Loading branch information
gudumuyu authored and coolsnowwolf committed Jan 13, 2020
1 parent c3ec4bd commit d78dd0b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package/lean/UnblockNeteaseMusic/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=UnblockNeteaseMusic
PKG_VERSION:=0.22.1
PKG_VERSION:=0.22.3
PKG_RELEASE:=1

PKG_LICENSE:=MIT

PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://github.com/nondanee/UnblockNeteaseMusic.git
PKG_SOURCE_VERSION:=c727245b8de201b91ae859c6ae1412c77ef25cf0
PKG_SOURCE_VERSION:=b1b34db941553e600820b35791e7926ef462686f

PKG_SOURCE_SUBDIR:=$(PKG_NAME)
PKG_SOURCE:=$(PKG_SOURCE_SUBDIR)-$(PKG_VERSION).tar.gz
Expand Down Expand Up @@ -59,4 +59,4 @@ define Package/$(PKG_NAME)/install
cp -pR $(PKG_BUILD_DIR)/$(PKG_NAME)/* $(1)/usr/share/$(PKG_NAME)
endef

$(eval $(call BuildPackage,$(PKG_NAME)))
$(eval $(call BuildPackage,$(PKG_NAME)))

0 comments on commit d78dd0b

Please sign in to comment.