python,python3: bump PKG_RELEASEs
authorAlexandru Ardelean <redacted>
Wed, 8 Mar 2017 16:24:03 +0000 (18:24 +0200)
committerAlexandru Ardelean <redacted>
Thu, 9 Mar 2017 16:43:50 +0000 (18:43 +0200)
Signed-off-by: Alexandru Ardelean <redacted>
lang/python/Makefile
lang/python3/Makefile

index a42a1870027d1a4be49c79d17059872b7821cd23..1e840608788739305949a8ba357655a9a638d9d0 100644 (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)
index abf0a557fe3a6788072ce5de5e0d039db99e3cd7..ff80a28ff41495b97d393f8411ddfb0cbc41eefe 100644 (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
git clone https://git.99rst.org/PROJECT