micropython: update to latest 622/head
authorRoger <roger-@users.noreply.github.com>
Tue, 9 Dec 2014 15:53:16 +0000 (09:53 -0600)
committerRoger <roger-@users.noreply.github.com>
Tue, 9 Dec 2014 15:53:16 +0000 (09:53 -0600)
Signed-off-by: Roger D <rogerdammit@gmail.com>
lang/micropython/Makefile

index aa9039e946c313cd9f975908f8b8b33b5fc2798f..c1904567c1a1d602a330ad5a5e9124cb2cf4b678 100644 (file)
@@ -8,7 +8,7 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=micropython
-PKG_VERSION=1.3.5-20141101-$(PKG_SOURCE_VERSION)
+PKG_VERSION=1.3.7-20141209-$(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:=1060baa2c26d45c2641ee786581655eb44ffda90
+PKG_SOURCE_VERSION:=e6e8ad8ab238cd596a3eedf8f4dd635e2e84f46e
 
 PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
 PKG_SOURCE:=$(PKG_SOURCE_SUBDIR).tar.gz