micropython: update to latest 1728/head
authorRoger <roger.dammit@gmail.com>
Fri, 28 Aug 2015 15:36:49 +0000 (10:36 -0500)
committerRoger <roger.dammit@gmail.com>
Fri, 28 Aug 2015 15:36:49 +0000 (10:36 -0500)
Signed-off-by: Roger D <rogerdammit@gmail.com>
lang/micropython-lib/Makefile
lang/micropython/Makefile

index 025ae17128f99aa6a34a5f6cc8bd53f480d12039..b8af737fcaa0965efad35706c3d101f67d10f7db 100644 (file)
@@ -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 <rogerdammit@gmail.com>
@@ -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
index 1bcc123400d5d7f15670a0e2ba4b0dde5c35f3ba..b83a500594b2b1b94e98698567d2aa177ecc32a5 100644 (file)
@@ -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 <rogerdammit@gmail.com>
@@ -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