mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
micropython: fix version number
Signed-off-by: Roger D <rogerdammit@gmail.com>
This commit is contained in:
@@ -8,8 +8,8 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=micropython
|
PKG_NAME:=micropython
|
||||||
PKG_VERSION:=8.16.14
|
PKG_VERSION=1.2-$(PKG_SOURCE_VERSION)
|
||||||
PKG_RELEASE:=$(PKG_SOURCE_VERSION)-1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_MAINTAINER:=Roger D <rogerdammit@gmail.com>
|
PKG_MAINTAINER:=Roger D <rogerdammit@gmail.com>
|
||||||
PKG_LICENSE:=MIT
|
PKG_LICENSE:=MIT
|
||||||
|
|||||||
Reference in New Issue
Block a user