aboutsummaryrefslogtreecommitdiff
path: root/utils/jupp
diff options
context:
space:
mode:
authorEneas U de Queiroz <cotequeiroz@gmail.com>2020-05-11 22:15:36 -0300
committerEneas U de Queiroz <cotequeiroz@gmail.com>2020-05-13 13:32:59 -0300
commit670b500b2b2dd83e4d737aa8dd8e1a6cab985f5c (patch)
tree2cf42cb3dbaa7b1639eee202c77c9af208fb28ab /utils/jupp
parent4187b0ed5a4860c7dd479adbd2fbcec348c7ffc9 (diff)
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 <cotequeiroz@gmail.com>
Diffstat (limited to 'utils/jupp')
-rw-r--r--utils/jupp/Makefile4
1 files 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