From d640f17bfcf12067b49f0a3ae5c3e2aa855870d5 Mon Sep 17 00:00:00 2001 From: Caesar Schinas Date: Mon, 21 Aug 2017 23:10:26 -0300 Subject: [PATCH] kplex: update to v1.3.4 Use stable release instead of git commit hash. Signed-off-by: Caesar Schinas --- net/kplex/Makefile | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/net/kplex/Makefile b/net/kplex/Makefile index 5fac1fa2da..763d84b01b 100644 --- a/net/kplex/Makefile +++ b/net/kplex/Makefile @@ -7,15 +7,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=kplex -PKG_VERSION:=20150809 +PKG_VERSION:=1.3.4 +PKG_RELEASE=1 -PKG_RELEASE=$(PKG_SOURCE_VERSION) - -PKG_SOURCE_PROTO:=git -PKG_SOURCE_URL:=https://github.com/stripydog/kplex.git -PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) -PKG_SOURCE_VERSION:=fec47cd1877ec7903969adefa4220838a706d940 -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz +PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tgz +PKG_SOURCE_URL:=http://www.stripydog.com/download +PKG_HASH:=b507d85d5f1def40303326459268a6262d37ea5f13fb73b37b72854e53594dcc PKG_LICENSE:=GPL-3.0+ PKG_LICENSE_FILES:=COPYING -- 2.30.2