mirror of
https://github.com/novatiq/packages.git
synced 2026-04-28 22:58:38 +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
|
||||
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user