diff --git a/plugin.video.p2p-streams/addon.xml b/plugin.video.p2p-streams/addon.xml index ef2163d..9e75c8c 100644 --- a/plugin.video.p2p-streams/addon.xml +++ b/plugin.video.p2p-streams/addon.xml @@ -1,7 +1,7 @@  diff --git a/plugin.video.p2p-streams/changelog.txt b/plugin.video.p2p-streams/changelog.txt index 76d5f4e..cb4a94e 100644 --- a/plugin.video.p2p-streams/changelog.txt +++ b/plugin.video.p2p-streams/changelog.txt @@ -1,4 +1,8 @@ ===== Stable Versions ======== +[B]v1.1.7 (6/12/2014)[/B] +-Updated acestreamengine for general linux x64 distros to version 3.0.5 +-Updated acestreamengine for openelec x64 to version 3.0.5 + [B]v1.1.6 (5/12/2014)[/B] -Updated windows acestream engine to version 3.0.4 -Updated general linux x86 acestream engine to version 3.0.3 diff --git a/plugin.video.p2p-streams/resources/core/autoconf.py b/plugin.video.p2p-streams/resources/core/autoconf.py index b66fd89..4e76cf2 100644 --- a/plugin.video.p2p-streams/resources/core/autoconf.py +++ b/plugin.video.p2p-streams/resources/core/autoconf.py @@ -34,11 +34,11 @@ #Linux i386 and x86_64 (including openelec) sopcast_linux_generico = "http://p2p-strm.googlecode.com/svn/trunk/Modules/Linux/Sopcastx86_64i386/sopcast_linux.tar.gz" openelecx86_64_sopcast = "http://p2p-strm.googlecode.com/svn/trunk/Modules/Linux/x86_64/Openelec/sopcast_openelec64.tar.gz" -openeelcx86_64_acestream = "http://p2p-strm.googlecode.com/svn/trunk/Modules/Linux/x86_64/Openelec/acestream_openelec64_303.tar.gz" +openeelcx86_64_acestream = "http://p2p-strm.googlecode.com/svn/trunk/Modules/Linux/x86_64/Openelec/acestream_openelec64_305.tar.gz" openelecxi386_sopcast = "http://p2p-strm.googlecode.com/svn/trunk/Modules/Linux/i386/openelec/sopcast_openeleci386.tar.gz" openeelcxi386_acestream = "http://p2p-strm.googlecode.com/svn/trunk/Modules/Linux/i386/openelec/acestream_openeleci386_303.tar.gz" #gen linux -acestream_linux_x64_generic = "http://p2p-strm.googlecode.com/svn/trunk/Modules/Linux/x86_64/acestream-linux-x86_64_303.tar.gz" +acestream_linux_x64_generic = "http://p2p-strm.googlecode.com/svn/trunk/Modules/Linux/x86_64/acestream-linux-x86_64_305.tar.gz" acestream_linux_i386_generic = "http://p2p-strm.googlecode.com/svn/trunk/Modules/Linux/i386/acestream-linux-i386_303.tar.gz" #Android sopcast_apk = "http://p2p-strm.googlecode.com/svn/trunk/Modules/Android/SopCast.apk.tar.gz"