aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger <roger.dammit@gmail.com>2015-08-28 10:26:45 -0500
committerRoger <roger.dammit@gmail.com>2015-08-28 10:26:45 -0500
commita6b4e1a357f314998cb2098dd7d3235d7d28ea09 (patch)
tree7bb147571d5dc272561fd1f0f73e395933a6763d
parent19e6c4981d3304641928741d80bf3b2e0acf79bf (diff)
micropython: update to latest
Signed-off-by: Roger D <rogerdammit@gmail.com>
-rw-r--r--lang/micropython-lib/Makefile4
-rw-r--r--lang/micropython/Makefile4
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 <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:=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 <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:=9220dc466a8d098ed669a33a617edd1118a3e35d
+PKG_SOURCE_VERSION:=936e25b164d837fc91e4bafd76580e747b235dff
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
PKG_SOURCE:=$(PKG_SOURCE_SUBDIR).tar.gz