diff options
-rw-r--r-- | network/livestreamer/livestreamer.SlackBuild | 2 | ||||
-rw-r--r-- | network/livestreamer/livestreamer.info | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/network/livestreamer/livestreamer.SlackBuild b/network/livestreamer/livestreamer.SlackBuild index f921ac1285..e8d105b4a0 100644 --- a/network/livestreamer/livestreamer.SlackBuild +++ b/network/livestreamer/livestreamer.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=livestreamer -VERSION=${VERSION:-1.10.2} +VERSION=${VERSION:-1.11.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/network/livestreamer/livestreamer.info b/network/livestreamer/livestreamer.info index 90e750f6ee..64d3eac76f 100644 --- a/network/livestreamer/livestreamer.info +++ b/network/livestreamer/livestreamer.info @@ -1,10 +1,10 @@ PRGNAM="livestreamer" -VERSION="1.10.2" +VERSION="1.11.1" HOMEPAGE="http://livestreamer.tanuki.se/" -DOWNLOAD="https://pypi.python.org/packages/source/l/livestreamer/livestreamer-1.10.2.tar.gz" -MD5SUM="88ca4322f3833cd5b1cce75b404fb31d" +DOWNLOAD="https://pypi.python.org/packages/source/l/livestreamer/livestreamer-1.11.1.tar.gz" +MD5SUM="b139e6562b34534933d320017c9bd968" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python-requests singledispatch" +REQUIRES="python-requests singledispatch futures" MAINTAINER="Dimitris Zlatanidis" EMAIL="d.zlatanidis@gmail.com" |