From 34ff9089e01d22db6cc13647e93c87a383b9f0ad Mon Sep 17 00:00:00 2001 From: Roger Date: Sun, 22 Nov 2015 15:40:20 -0600 Subject: [PATCH 1/2] micropython: update Signed-off-by: Roger D --- lang/micropython/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/micropython/Makefile b/lang/micropython/Makefile index b83a50059..83806167c 100644 --- a/lang/micropython/Makefile +++ b/lang/micropython/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=micropython -PKG_VERSION=1.4.5-20150827-$(PKG_SOURCE_VERSION) +PKG_VERSION=1.5-20151122-$(PKG_SOURCE_VERSION) PKG_RELEASE:=1 PKG_MAINTAINER:=Roger D @@ -17,7 +17,7 @@ PKG_LICENSE_FILES:=LICENSE PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/micropython/micropython.git -PKG_SOURCE_VERSION:=936e25b164d837fc91e4bafd76580e747b235dff +PKG_SOURCE_VERSION:=4120f32292090bd811165fe76780e4e74e3450b9 PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE:=$(PKG_SOURCE_SUBDIR).tar.gz From 34dc874cd084edb897fdf4dd00d2e32e3c0b8cb9 Mon Sep 17 00:00:00 2001 From: Roger Date: Sun, 22 Nov 2015 15:42:19 -0600 Subject: [PATCH 2/2] micropython-lib: update Signed-off-by: Roger D --- lang/micropython-lib/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/micropython-lib/Makefile b/lang/micropython-lib/Makefile index b8af737fc..6c99f3f3e 100644 --- a/lang/micropython-lib/Makefile +++ b/lang/micropython-lib/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=micropython-lib -PKG_VERSION=0.5-20150827-$(PKG_SOURCE_VERSION) +PKG_VERSION=0.5-20151122-$(PKG_SOURCE_VERSION) PKG_RELEASE:=1 PKG_MAINTAINER:=Roger D @@ -17,7 +17,7 @@ PKG_LICENSE_FILES:=LICENSE PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/micropython/micropython-lib.git -PKG_SOURCE_VERSION:=bfbbf85a181d84e2494ea6f15be311734666bf67 +PKG_SOURCE_VERSION:=9643541e6e89b96cb9785a618b19865f8c0f7215 PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION) PKG_SOURCE:=$(PKG_SOURCE_SUBDIR).tar.gz