From 7a5f97e7e8ebe9a2a492f0166956cdb0ad90a3ab Mon Sep 17 00:00:00 2001 From: aTanW Date: Tue, 31 Jan 2017 10:29:28 +0300 Subject: [PATCH] joe: bump to new upstream v4.4 Signed-off-by: Vitaly Protsko --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- utils/joe/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/joe/Makefile b/utils/joe/Makefile index 3132104b4..644f2168e 100644 --- a/utils/joe/Makefile +++ b/utils/joe/Makefile @@ -20,12 +20,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=joe -PKG_VERSION:=4.3 +PKG_VERSION:=4.4 PKG_RELEASE:=1 PKG_SOURCE_URL:=@SF/joe-editor PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_MD5SUM:=5a167f5e88e62c77bb42b0145d72c466 +PKG_MD5SUM:=59e63debe60b456a6ee5c0c27a756a47 PKG_BUILD_DIR=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) PKG_MAINTAINER:=Vitaly Protsko PKG_LICENCE:=GPL-2.0