Browse Source

micropython: update to latest and fix version info

Signed-off-by: Roger D <rogerdammit@gmail.com>
lilik-openwrt-22.03
Roger 10 years ago
parent
commit
fcb76f9eba
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      lang/micropython/Makefile

+ 2
- 2
lang/micropython/Makefile View File

@ -8,7 +8,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=micropython
PKG_VERSION=1.2-$(PKG_SOURCE_VERSION)
PKG_VERSION=1.3-20140828-$(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:=86de21b810693bccdd88d53aacb6d8acf26f09e0
PKG_SOURCE_VERSION:=110ba35980d03da2e744a8aadd85d08c0c06a23b
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION)
PKG_SOURCE:=$(PKG_SOURCE_SUBDIR).tar.gz


Loading…
Cancel
Save