Skip to content

Commit

Permalink
Merge pull request #3872 from HiassofT/le92-rpi-gpio
Browse files Browse the repository at this point in the history
[le92] update RPi.GPIO to 0.7.0
  • Loading branch information
CvH committed Sep 27, 2019
2 parents 236ea95 + eff2608 commit c1bb7b9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
Expand Down
3 changes: 3 additions & 0 deletions packages/addons/tools/rpi-tools/changelog.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/addons/tools/rpi-tools/package.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit c1bb7b9

Please sign in to comment.