From 70c840a7820f315a6c5c3cff4f81b8381783cfd5 Mon Sep 17 00:00:00 2001 From: Alexander Ryzhov Date: Wed, 14 Dec 2016 11:16:59 +0300 Subject: [PATCH] duktape: bump to 1.6.0 --- duktape/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/duktape/Makefile b/duktape/Makefile index fbad782..2e1af33 100644 --- a/duktape/Makefile +++ b/duktape/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=duktape -PKG_VERSION:=1.5.1 +PKG_VERSION:=1.6.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=http://duktape.org -PKG_MDSUM:=c3c3b19291b0da5cb45f99d79c7c148c +PKG_MDSUM:=ab61daf083796d50f9cf3b67fa99c71c include $(INCLUDE_DIR)/package.mk