Browse Source

micropython: fix version number

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

+ 2
- 2
lang/micropython/Makefile View File

@ -8,8 +8,8 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=micropython
PKG_VERSION:=8.16.14
PKG_RELEASE:=$(PKG_SOURCE_VERSION)-1
PKG_VERSION=1.2-$(PKG_SOURCE_VERSION)
PKG_RELEASE:=1
PKG_MAINTAINER:=Roger D <rogerdammit@gmail.com>
PKG_LICENSE:=MIT


Loading…
Cancel
Save