diff options
author | Caesar Schinas <caesar@caesarschinas.com> | 2017-08-21 23:10:26 -0300 |
---|---|---|
committer | Nuno Goncalves <nunojpg@gmail.com> | 2017-08-27 08:43:46 +0100 |
commit | d640f17bfcf12067b49f0a3ae5c3e2aa855870d5 (patch) | |
tree | 219e04b6311f1c676994c2e4b8544919654ac4f3 /net/kplex/Makefile | |
parent | 1ee67a4817ef9837c1752f696bd0bb613dd1f5fc (diff) |
kplex: update to v1.3.4
Use stable release instead of git commit hash.
Signed-off-by: Caesar Schinas <caesar@caesarschinas.com>
Diffstat (limited to 'net/kplex/Makefile')
-rw-r--r-- | net/kplex/Makefile | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/net/kplex/Makefile b/net/kplex/Makefile index 5fac1fa2d..763d84b01 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 |