From a2bef4b94380f5e3a38880a1b48b1f8e1d286c76 Mon Sep 17 00:00:00 2001 From: MSG-maniac Date: Tue, 7 Jan 2020 23:35:02 +0800 Subject: [PATCH] update vlmcsd source (#2516) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 原vlmcsd不更新了,替换为Wind4更新的 * Update Makefile Co-authored-by: coolsnowwolf <31687149+coolsnowwolf@users.noreply.github.com> --- package/lean/vlmcsd/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/lean/vlmcsd/Makefile b/package/lean/vlmcsd/Makefile index 201754e82..50c8f160f 100644 --- a/package/lean/vlmcsd/Makefile +++ b/package/lean/vlmcsd/Makefile @@ -9,8 +9,8 @@ PKG_LICENSE:=MIT PKG_LICENSE_FILES:=LICENSE PKG_SOURCE_PROTO:=git -PKG_SOURCE_URL:=https://github.com/etnperlong/vlmcsd.git -PKG_SOURCE_VERSION:=88007b3578cab6324241ae6e636d8e6503cd611c +PKG_SOURCE_URL:=https://github.com/Wind4/vlmcsd.git +PKG_SOURCE_VERSION:=cd488aeb85aedefe1cb4db02c632397d78a9de88 PKG_SOURCE_SUBDIR:=$(PKG_NAME) PKG_SOURCE:=$(PKG_SOURCE_SUBDIR)-$(PKG_VERSION).tar.gz