package/python-rpi-gpio: bump version to 0.6.2

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Bernd Kuhls 2016-10-06 21:29:37 +02:00 committed by Thomas Petazzoni
parent f338578aa2
commit 43a60215f2
2 changed files with 5 additions and 5 deletions

6
package/python-rpi-gpio/python-rpi-gpio.hash Executable file → Normal file
View file

@ -1,3 +1,3 @@
# md5sum from http://sourceforge.net/projects/raspberry-gpio-python/files/, sha256 calculated locally
md5 254d0443a436eb241367c487274e7197 RPi.GPIO-0.6.1.tar.gz
sha256 54e5fb06d9ea1a1389a497fb5a06dfa950c86303b0f4ba89b68c55999d1df064 RPi.GPIO-0.6.1.tar.gz
# md5 from https://pypi.python.org/pypi/rpi-gpio/json, sha256 locally computed
md5 9db86fd5f3bae872de9dbb068ee0b096 RPi.GPIO-0.6.2.tar.gz
sha256 82acff0ef6bbe3cdf6f4dbdd73d96add5294bb94baf7f51c1d901861af3c2392 RPi.GPIO-0.6.2.tar.gz

4
package/python-rpi-gpio/python-rpi-gpio.mk Executable file → Normal file
View file

@ -4,9 +4,9 @@
#
################################################################################
PYTHON_RPI_GPIO_VERSION = 0.6.1
PYTHON_RPI_GPIO_VERSION = 0.6.2
PYTHON_RPI_GPIO_SOURCE = RPi.GPIO-$(PYTHON_RPI_GPIO_VERSION).tar.gz
PYTHON_RPI_GPIO_SITE = http://sourceforge.net/projects/raspberry-gpio-python/files
PYTHON_RPI_GPIO_SITE = https://pypi.python.org/packages/c1/a8/de92cf6d04376f541ce250de420f4fe7cbb2b32a7128929a600bc89aede5
PYTHON_RPI_GPIO_LICENSE = MIT
PYTHON_RPI_GPIO_LICENSE_FILES = LICENCE.txt
PYTHON_RPI_GPIO_SETUP_TYPE = distutils