lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit 7f3c9e469f727c5e42417c8b3fdf30eb99eda37a
parent 43a71474f66d9421a4d97365c59d4c681fce0f8f
Author: Ted Hess <thess@kitschensync.net>
Date:   Mon, 23 Nov 2015 09:05:26 -0500

Merge pull request #2009 from roger-/micropython-new

micropython: update to latest
Diffstat:
Mlang/micropython-lib/Makefile | 4++--
Mlang/micropython/Makefile | 4++--
2 files changed, 4 insertions(+), 4 deletions(-)

diff --git 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-20150827-$(PKG_SOURCE_VERSION) +PKG_VERSION=0.5-20151122-$(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:=bfbbf85a181d84e2494ea6f15be311734666bf67 +PKG_SOURCE_VERSION:=9643541e6e89b96cb9785a618b19865f8c0f7215 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 @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=micropython -PKG_VERSION=1.4.5-20150827-$(PKG_SOURCE_VERSION) +PKG_VERSION=1.5-20151122-$(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:=936e25b164d837fc91e4bafd76580e747b235dff +PKG_SOURCE_VERSION:=4120f32292090bd811165fe76780e4e74e3450b9 PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE:=$(PKG_SOURCE_SUBDIR).tar.gz