Merge pull request #3872 from HiassofT/le92-rpi-gpio

[le92] update RPi.GPIO to 0.7.0
This commit is contained in:
CvH 2019-09-27 11:32:57 +02:00 committed by GitHub
commit c1bb7b94ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 3 deletions

View File

@ -2,8 +2,8 @@
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="RPi.GPIO"
PKG_VERSION="0.6.3"
PKG_SHA256="a5fc0eb5e401963b6c0a03650da6b42c4005f02d962b81241d96c98d0a578516"
PKG_VERSION="0.7.0"
PKG_SHA256="7424bc6c205466764f30f666c18187a0824077daf20b295c42f08aea2cb87d3f"
PKG_ARCH="arm"
PKG_LICENSE="MIT"
PKG_SITE="http://sourceforge.net/p/raspberry-gpio-python/"

View File

@ -1,3 +1,6 @@
107
- Update RPi.GPIO to 0.7.0
106
- Update gpiozero to 1.5.0 (doesn't require setuptools)
- Add colorzero 1.1 required by gpiozero

View File

@ -3,7 +3,7 @@
PKG_NAME="rpi-tools"
PKG_VERSION="1.0"
PKG_REV="106"
PKG_REV="107"
PKG_ARCH="arm"
PKG_LICENSE="GPL"
PKG_SITE="https://libreelec.tv"