Merge pull request #6204 from heitbaum/rpi-tools

[le11] rpi-tools: update to latest and addon (111)
This commit is contained in:
Christian Hewitt 2022-02-07 11:44:38 +04:00 committed by GitHub
commit 4eabccf03b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 4 deletions

View File

@ -2,11 +2,11 @@
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv) # Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="RPi.GPIO" PKG_NAME="RPi.GPIO"
PKG_VERSION="0.7.1a4" PKG_VERSION="0.7.1"
PKG_SHA256="21f4378d81525979ad3bbd60e88fc3d9fac1879bcb17151e1c665f32658f9362" PKG_SHA256="cd61c4b03c37b62bba4a5acfea9862749c33c618e0295e7e90aa4713fb373b70"
PKG_ARCH="arm" PKG_ARCH="arm"
PKG_LICENSE="MIT" PKG_LICENSE="MIT"
PKG_SITE="http://sourceforge.net/p/raspberry-gpio-python/" PKG_SITE="https://sourceforge.net/projects/raspberry-gpio-python/"
PKG_URL="https://files.pythonhosted.org/packages/source/${PKG_NAME:0:1}/${PKG_NAME}/${PKG_NAME}-${PKG_VERSION}.tar.gz" PKG_URL="https://files.pythonhosted.org/packages/source/${PKG_NAME:0:1}/${PKG_NAME}/${PKG_NAME}-${PKG_VERSION}.tar.gz"
PKG_DEPENDS_TARGET="toolchain Python3 distutilscross:host" PKG_DEPENDS_TARGET="toolchain Python3 distutilscross:host"
PKG_LONGDESC="A module to control Raspberry Pi GPIO channels." PKG_LONGDESC="A module to control Raspberry Pi GPIO channels."

View File

@ -1,3 +1,6 @@
111
- Update RPi.GPIO to 0.7.1
110 110
- Update gpiozero to 1.6.2 - Update gpiozero to 1.6.2
- Update RPi.GPIO to 0.7.1a4 - Update RPi.GPIO to 0.7.1a4

View File

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