git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
bd52d64
)
micropython: fix version number
author
Roger
<redacted>
Sun, 17 Aug 2014 22:29:40 +0000
(17:29 -0500)
committer
Roger
<redacted>
Sun, 17 Aug 2014 22:29:40 +0000
(17:29 -0500)
Signed-off-by: Roger D <redacted>
lang/micropython/Makefile
patch
|
blob
|
history
diff --git
a/lang/micropython/Makefile
b/lang/micropython/Makefile
index 5a8766ceaad3e64c9267af9cbe298790ecaade89..0d4e3e7788c420ec3c7901e547543db0df74de58 100644
(file)
--- a/
lang/micropython/Makefile
+++ b/
lang/micropython/Makefile
@@
-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
git clone https://git.99rst.org/PROJECT