From cc1527038df5ec4470eb084c883843fb3d7e5039 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Sun, 10 Jun 2018 15:34:03 -0700 Subject: [PATCH] yunbridge: Swich to 1.6.0 This is a stable release which is one revision higher than what it was previously. Adjusted the Makefile to track the stable release. Signed-off-by: Rosen Penev --- utils/yunbridge/Makefile | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/utils/yunbridge/Makefile b/utils/yunbridge/Makefile index 427e07ec7..a6827e207 100644 --- a/utils/yunbridge/Makefile +++ b/utils/yunbridge/Makefile @@ -8,16 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=yunbridge -PKG_VERSION:=160 +PKG_VERSION:=1.6.0 +PKG_RELEASE:=1 -PKG_RELEASE=$(PKG_SOURCE_VERSION) - -PKG_SOURCE_PROTO:=git -PKG_SOURCE_URL:=https://github.com/arduino/YunBridge.git -PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) -PKG_SOURCE_VERSION:=f2042052115e71ad2c91f77e78d21db8275fcdd6 -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz -PKG_MIRROR_HASH:=367db3667c6d2d8e20a0a214895e1bf2546918b008d084c3e7ca1adba9527dda +PKG_SOURCE_URL:=https://codeload.github.com/arduino/YunBridge/tar.gz/$(PKG_VERSION)? +PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz +PKG_HASH:=9e5ffc7a0d0cc2c92e972e425adcc49b77cf39da075d31728e7755d316d910d8 +PKG_BUILD_DIR:=YunBridge-$(PKG_VERSION) PKG_MAINTAINER:=John Crispin PKG_LICENSE:=GPL-2.0