Skip to content

Commit c1bb7b9

Browse files
authored
Merge pull request #3872 from HiassofT/le92-rpi-gpio
[le92] update RPi.GPIO to 0.7.0
2 parents 236ea95 + eff2608 commit c1bb7b9

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

packages/addons/addon-depends/rpi-tools-depends/RPi.GPIO/package.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
33

44
PKG_NAME="RPi.GPIO"
5-
PKG_VERSION="0.6.3"
6-
PKG_SHA256="a5fc0eb5e401963b6c0a03650da6b42c4005f02d962b81241d96c98d0a578516"
5+
PKG_VERSION="0.7.0"
6+
PKG_SHA256="7424bc6c205466764f30f666c18187a0824077daf20b295c42f08aea2cb87d3f"
77
PKG_ARCH="arm"
88
PKG_LICENSE="MIT"
99
PKG_SITE="http://sourceforge.net/p/raspberry-gpio-python/"

packages/addons/tools/rpi-tools/changelog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
107
2+
- Update RPi.GPIO to 0.7.0
3+
14
106
25
- Update gpiozero to 1.5.0 (doesn't require setuptools)
36
- Add colorzero 1.1 required by gpiozero

packages/addons/tools/rpi-tools/package.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
PKG_NAME="rpi-tools"
55
PKG_VERSION="1.0"
6-
PKG_REV="106"
6+
PKG_REV="107"
77
PKG_ARCH="arm"
88
PKG_LICENSE="GPL"
99
PKG_SITE="https://libreelec.tv"

0 commit comments

Comments
 (0)