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
python,python3: bump PKG_RELEASEs
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
lilik-openwrt-22.03
Alexandru Ardelean
8 years ago
parent
ae350d9387
commit
9f7235e42a
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
lang/python/Makefile
+1
-1
lang/python3/Makefile
+ 1
- 1
lang/python/Makefile
View File
@ -12,7 +12,7 @@ include ./files/python-version.mk
PKG_NAME
:=
python
PKG_VERSION
:=
$(
PYTHON_VERSION
)
.
$(
PYTHON_VERSION_MICRO
)
PKG_RELEASE
:=
4
PKG_RELEASE
:=
5
PKG_SOURCE
:=
Python-
$(
PKG_VERSION
)
.tar.xz
PKG_SOURCE_URL
:=
https://www.python.org/ftp/python/
$(
PKG_VERSION
)
+ 1
- 1
lang/python3/Makefile
View File
@ -14,7 +14,7 @@ PYTHON_VERSION:=$(PYTHON3_VERSION)
PYTHON_VERSION_MICRO
:=
$(
PYTHON3_VERSION_MICRO
)
PKG_NAME
:=
python3
PKG_RELEASE
:=
4
PKG_RELEASE
:=
5
PKG_VERSION
:=
$(
PYTHON_VERSION
)
.
$(
PYTHON_VERSION_MICRO
)
PKG_SOURCE
:=
Python-
$(
PKG_VERSION
)
.tar.xz
Write
Preview
Loading…
Cancel
Save