rpi-tools: bump PKG_REV because of RPi.GPIO update

Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
Matthias Reichl 2019-09-26 11:27:30 +02:00
parent 4a6cf78f5d
commit eff2608820
2 changed files with 4 additions and 1 deletions

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"