diff options
author | Alexandru Ardelean <ardeleanalex@gmail.com> | 2017-01-11 11:07:51 +0200 |
---|---|---|
committer | Alexandru Ardelean <ardeleanalex@gmail.com> | 2017-01-11 15:16:27 +0200 |
commit | b5b6ef34f4b7dbdab32f3300b56f6daec5f78b91 (patch) | |
tree | 2c2c4e8c837e57988bf37bd18bcfa0f4f42adfb0 | |
parent | 8ca02842ae20742b7a511611443fa50b65cb3876 (diff) |
python: bump PKG_RELEASE to 3
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
-rw-r--r-- | lang/python/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python/Makefile b/lang/python/Makefile index d854be50b..6307dc3a5 100644 --- a/lang/python/Makefile +++ b/lang/python/Makefile @@ -12,7 +12,7 @@ include ./files/python-version.mk PKG_NAME:=python PKG_VERSION:=$(PYTHON_VERSION).$(PYTHON_VERSION_MICRO) -PKG_RELEASE:=1 +PKG_RELEASE:=3 PKG_SOURCE:=Python-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://www.python.org/ftp/python/$(PKG_VERSION) |