From a6b4e1a357f314998cb2098dd7d3235d7d28ea09 Mon Sep 17 00:00:00 2001 From: Roger Date: Fri, 28 Aug 2015 10:26:45 -0500 Subject: [PATCH] micropython: update to latest Signed-off-by: Roger D --- lang/micropython-lib/Makefile | 4 ++-- lang/micropython/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lang/micropython-lib/Makefile b/lang/micropython-lib/Makefile index ee190bfec..b8af737fc 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-20150702-$(PKG_SOURCE_VERSION) +PKG_VERSION=0.5-20150827-$(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:=863538b44f268ae39aa583f9cd124ed79ad7ba25 +PKG_SOURCE_VERSION:=bfbbf85a181d84e2494ea6f15be311734666bf67 PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION) PKG_SOURCE:=$(PKG_SOURCE_SUBDIR).tar.gz diff --git a/lang/micropython/Makefile b/lang/micropython/Makefile index e5317d160..b83a50059 100644 --- a/lang/micropython/Makefile +++ b/lang/micropython/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=micropython -PKG_VERSION=1.4.4-20150702-$(PKG_SOURCE_VERSION) +PKG_VERSION=1.4.5-20150827-$(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:=9220dc466a8d098ed669a33a617edd1118a3e35d +PKG_SOURCE_VERSION:=936e25b164d837fc91e4bafd76580e747b235dff PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE:=$(PKG_SOURCE_SUBDIR).tar.gz