python: bump PKG_RELEASE
authorHannu Nyman <hannu.nyman@iki.fi>
Sun, 13 Dec 2015 15:13:19 +0000 (17:13 +0200)
committerHannu Nyman <hannu.nyman@iki.fi>
Sun, 13 Dec 2015 15:13:19 +0000 (17:13 +0200)
Bump PKG_RELEASE of python 2.7.11 as there have been several fixes
since the initial release.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
lang/python/Makefile

index 7c523703bd496bedb94f87c3607550e5ec76c3c0..f10c5cc9944141af0aa85a29a181bde60aa9e018 100644 (file)
@@ -12,7 +12,7 @@ include ./files/python-package.mk
 
 PKG_NAME:=python
 PKG_VERSION:=$(PYTHON_VERSION).$(PYTHON_VERSION_MICRO)
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PKG_SOURCE:=Python-$(PKG_VERSION).tar.xz
 PKG_SOURCE_URL:=https://www.python.org/ftp/python/$(PKG_VERSION)