Merge pull request #1160 from awiouy/inadyn

Inadyn: update to 2.1
This commit is contained in:
Christian Hewitt 2017-01-13 17:10:59 +04:00 committed by GitHub
commit c69e56522d
3 changed files with 8 additions and 5 deletions

View File

@ -1,6 +1,6 @@
################################################################################ ################################################################################
# This file is part of LibreELEC - https://libreelec.tv # This file is part of LibreELEC - https://libreelec.tv
# Copyright (C) 2016 Team LibreELEC # Copyright (C) 2016-2017 Team LibreELEC
# #
# LibreELEC is free software: you can redistribute it and/or modify # LibreELEC is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by
@ -17,7 +17,7 @@
################################################################################ ################################################################################
PKG_NAME="libite" PKG_NAME="libite"
PKG_VERSION="1.8.2" PKG_VERSION="1.8.3"
PKG_LICENSE="MIT" PKG_LICENSE="MIT"
PKG_SITE="https://github.com/troglobit/libite" PKG_SITE="https://github.com/troglobit/libite"
PKG_URL="https://github.com/troglobit/libite/archive/v$PKG_VERSION.tar.gz" PKG_URL="https://github.com/troglobit/libite/archive/v$PKG_VERSION.tar.gz"

View File

@ -1,3 +1,6 @@
102
- Upgrade to 2.1
101 101
- Upgrade to 2.0 - Upgrade to 2.0

View File

@ -1,6 +1,6 @@
################################################################################ ################################################################################
# This file is part of LibreELEC - https://libreelec.tv # This file is part of LibreELEC - https://libreelec.tv
# Copyright (C) 2016 Team LibreELEC # Copyright (C) 2016-2017 Team LibreELEC
# #
# LibreELEC is free software: you can redistribute it and/or modify # LibreELEC is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by
@ -17,8 +17,8 @@
################################################################################ ################################################################################
PKG_NAME="inadyn" PKG_NAME="inadyn"
PKG_VERSION="2.0" PKG_VERSION="2.1"
PKG_REV="101" PKG_REV="102"
PKG_ARCH="any" PKG_ARCH="any"
PKG_LICENSE="GPLv2" PKG_LICENSE="GPLv2"
PKG_SITE="http://troglobit.com/inadyn.html" PKG_SITE="http://troglobit.com/inadyn.html"