From 670b500b2b2dd83e4d737aa8dd8e1a6cab985f5c Mon Sep 17 00:00:00 2001 From: Eneas U de Queiroz Date: Mon, 11 May 2020 22:15:36 -0300 Subject: [PATCH] jupp: update to 3.1.39 Among other changes, this fixes compilation with mips16, working around a gcc bug. Signed-off-by: Eneas U de Queiroz --- utils/jupp/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/jupp/Makefile b/utils/jupp/Makefile index 54eff6319..15b27cb0e 100644 --- a/utils/jupp/Makefile +++ b/utils/jupp/Makefile @@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=jupp -PKG_VERSION:=3.1.38 +PKG_VERSION:=3.1.39 PKG_RELEASE:=1 PKG_LICENSE:=GPL-1.0 PKG_LICENSE_FILES:=COPYING @@ -17,7 +17,7 @@ PKG_CONFIG_DEPENDS:=CONFIG_PACKAGE_libncurses PKG_SOURCE:=joe-$(basename ${PKG_VERSION})jupp$(subst .,,$(suffix ${PKG_VERSION})).tgz PKG_SOURCE_URL:=http://www.mirbsd.org/MirOS/dist/jupp/ \ http://pub.allbsd.org/MirOS/dist/jupp/ -PKG_HASH:=c5cbe3f97683f6e513f611a60531feefb9b877f8cea4c6e9087b48631f69ed40 +PKG_HASH:=0d5d5b3c8e3db7b64410779fd4ccf962174ebac0c7e717674c780edf44d2fe91 include $(INCLUDE_DIR)/package.mk