This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
openwrt-packages-dist
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
micropython: fix version number
Signed-off-by: Roger D <rogerdammit@gmail.com>
lilik-openwrt-22.03
Roger
10 years ago
parent
bd52d64fdb
commit
5be2bd3ba9
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
lang/micropython/Makefile
+ 2
- 2
lang/micropython/Makefile
View File
@ -8,8 +8,8 @@
i
n
c
l
u
d
e
$(
TOPDIR
)
/
r
u
l
e
s
.
m
k
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
Write
Preview
Loading…
Cancel
Save