From 0b1509c9e35927f0d939e8f8a6a87c92a5da60af Mon Sep 17 00:00:00 2001 From: Roger Date: Fri, 28 Aug 2015 10:36:49 -0500 Subject: [PATCH] micropython: update to latest Signed-off-by: Roger D --- lang/micropython-lib/Makefile | 6 +++--- lang/micropython/Makefile | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/lang/micropython-lib/Makefile b/lang/micropython-lib/Makefile index 025ae17128..b8af737fca 100644 --- a/lang/micropython-lib/Makefile +++ b/lang/micropython-lib/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2008-2010 OpenWrt.org +# Copyright (C) 2008-2015 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=micropython-lib -PKG_VERSION=0.1-20150302-$(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:=654c7d288603f7dae09eb09b57fb67b38c7ac6c3 +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 1bcc123400..b83a500594 100644 --- a/lang/micropython/Makefile +++ b/lang/micropython/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2008-2010 OpenWrt.org +# Copyright (C) 2008-2015 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=micropython -PKG_VERSION=1.3.10-20150302-$(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:=f2a889564b3a215902622b040a1247af38cb8203 +PKG_SOURCE_VERSION:=936e25b164d837fc91e4bafd76580e747b235dff PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE:=$(PKG_SOURCE_SUBDIR).tar.gz