Merge pull request #5029 from mglae/le10_vdrconfig_105

script.config.vdr: convert to Python3 (105)
This commit is contained in:
CvH 2021-01-24 19:13:57 +01:00 committed by GitHub
commit 5a27620535
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 3 deletions

View File

@ -1,3 +1,6 @@
105
- convert scripts to Python3
104
- Python3 ABI support

View File

@ -3,9 +3,9 @@
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="script.config.vdr"
PKG_VERSION="0345a2a3b98de48cbbaf77768ca6c9289f531e2b"
PKG_SHA256="793676258c399427047a7d6628984358c67b1180b98df44b48647d20e8f9395b"
PKG_REV="104"
PKG_VERSION="dbcdf65f88e8ae80c0b76b26ceeeb489134e6379"
PKG_SHA256="96ee087f69301592211a740c5ea58644254b5642cfb0a1f23e5d68131042997e"
PKG_REV="105"
PKG_ARCH="any"
PKG_LICENSE="OSS"
PKG_SITE="https://libreelec.tv"