0
0
mirror of https://github.com/libretro/Lakka-LibreELEC.git synced 2025-03-01 03:21:21 +00:00
heitbaum 66a4097110 kodi-binary-addons: update to latest versions
- audiodecoder.2sf: update 19.0.2-Matrix to 19.0.3-Matrix
- audiodecoder.sacd: update 19.0.1-Matrix to 19.0.2-Matrix
- audiodecoder.timidity: update 19.0.0-Matrix to 19.0.2-Matrix
- inputstream.rtmp: update 19.0.0-Matrix to 19.0.1-Matrix
- peripheral.xarcade: update 19.0.0-Matrix to 19.0.1-Matrix
2021-12-25 02:42:20 +00:00

18 lines
569 B
Makefile

# SPDX-License-Identifier: GPL-2.0
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="inputstream.rtmp"
PKG_VERSION="19.0.1-Matrix"
PKG_SHA256="8ed3db36f9ef667295fbce8fb2be6f032039e3d0e18e34677ed17de11be8a6e8"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="https://github.com/xbmc/inputstream.rtmp"
PKG_URL="https://github.com/xbmc/inputstream.rtmp/archive/${PKG_VERSION}.tar.gz"
PKG_DEPENDS_TARGET="toolchain kodi-platform rtmpdump"
PKG_SECTION=""
PKG_SHORTDESC="inputstream.rtmp"
PKG_LONGDESC="inputstream.rtmp"
PKG_IS_ADDON="yes"