summaryrefslogtreecommitdiff
path: root/media-tv
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-06-16 20:22:48 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-06-16 20:22:48 +0100
commit44a18e51e7d16c005cc8cbefeb14c122e0f34827 (patch)
treee727d7cf1812b06874272f38ef4ca5b02f336730 /media-tv
parent1eddd5836fe0fd9082fb0859cb510002996699e4 (diff)
media-tv/sopcast : fix download URI
Diffstat (limited to 'media-tv')
-rw-r--r--media-tv/sopcast/Manifest2
-rw-r--r--media-tv/sopcast/sopcast-3.2.6-r2.ebuild (renamed from media-tv/sopcast/sopcast-3.2.6-r1.ebuild)7
2 files changed, 4 insertions, 5 deletions
diff --git a/media-tv/sopcast/Manifest b/media-tv/sopcast/Manifest
index 203abcf4..c8bc3e7d 100644
--- a/media-tv/sopcast/Manifest
+++ b/media-tv/sopcast/Manifest
@@ -1 +1 @@
-DIST sp-auth-3.2.6.tar.gz 345856 BLAKE2B 8b796d5d2c6d7366c6b455c535336c3b5964158824119d8b1e2e7b089f8ceda041f77424102a3c69b73a7dfe1fe33851c59f36fefdb72db3a0290d05f093cee9 SHA512 9d9c547df24b30ffe7ee33d0783005eff3f8b90d0955f58faa8380102e10de8f9ab6098ff53ecacaa3c275bf7b206b98f6ae9a365abb362531a3d28888e666af
+DIST sp-auth.tgz 345711 BLAKE2B d647a188738f51951f406d5ef435cba97ad7bee542758a8aee86b2f4d632bede22c484595d4ffa58d3b519794d3430d70ef697ec26dc7ae6af11ee79cf14ab57 SHA512 8460c51eb2fb4e8f00595d813f8dcf910154f9d9fc12d0bebc3b71be7f263b4987605391e61a94fb0118508a768ebd2732d1618f7cc6fe71d0e8adfc15d4c096
diff --git a/media-tv/sopcast/sopcast-3.2.6-r1.ebuild b/media-tv/sopcast/sopcast-3.2.6-r2.ebuild
index ce86a0c5..2bd71628 100644
--- a/media-tv/sopcast/sopcast-3.2.6-r1.ebuild
+++ b/media-tv/sopcast/sopcast-3.2.6-r2.ebuild
@@ -6,13 +6,12 @@ EAPI=2
inherit eutils
-MY_P="sp-sc-auth"
MY_PN="sp-auth"
DESCRIPTION="SopCast free P2P Internet TV binary"
LICENSE="SopCast-unknown-license"
HOMEPAGE="http://www.sopcast.com/"
-SRC_URI="http://sopcast-player.googlecode.com/files/${MY_PN}-${PV}.tar.gz"
+SRC_URI="http://download.sopcast.com/download/${MY_PN}.tgz"
SLOT="0"
KEYWORDS="~amd64 ~x86"
@@ -28,7 +27,7 @@ DEPEND="${RDEPEND}"
S=${WORKDIR}/${MY_PN}
src_install() {
- exeinto /usr/bin/
- newexe sp-sc-auth ${MY_P} || die "newexe failed"
+ exeinto usr/bin/
+ doexe sp-sc-auth || die "doexe failed"
dodoc Readme || die "dodoc failed"
}