commit 06273b7763c86d9de6c7d6fee6279760f1d6e01c
parent 5118fb228659c1f298bf7ad7fb6f3bf92738342f
Author: Ted Hess <thess@kitschensync.net>
Date: Tue, 9 Dec 2014 11:23:28 -0500
Merge pull request #622 from roger-/micropython
micropython: update to latest
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lang/micropython/Makefile b/lang/micropython/Makefile
@@ -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