summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Hicks <david@hicks.id.au>2017-07-30 03:05:50 +1000
committerMichał Górny <mgorny@gentoo.org>2017-07-30 11:44:38 +0200
commit981313ea0fae6fed87af5c490aa9134e1cc11248 (patch)
treeb52f0228c9e5543ccb85eda8b620394c15794bac /media-sound/tomahawk
parentmedia-sound/pianobar: use HTTPS for GitHub, update HOMEPAGE and SRC_URI (diff)
downloadgentoo-981313ea0fae6fed87af5c490aa9134e1cc11248.tar.gz
gentoo-981313ea0fae6fed87af5c490aa9134e1cc11248.tar.bz2
gentoo-981313ea0fae6fed87af5c490aa9134e1cc11248.zip
media-sound/tomahawk: use HTTPS for GitHub and SRC_URI
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'media-sound/tomahawk')
-rw-r--r--media-sound/tomahawk/tomahawk-0.9.0_pre20161029-r1.ebuild4
-rw-r--r--media-sound/tomahawk/tomahawk-9999.ebuild2
2 files changed, 3 insertions, 3 deletions
diff --git a/media-sound/tomahawk/tomahawk-0.9.0_pre20161029-r1.ebuild b/media-sound/tomahawk/tomahawk-0.9.0_pre20161029-r1.ebuild
index 8262d74fcab1..7146cae1bf05 100644
--- a/media-sound/tomahawk/tomahawk-0.9.0_pre20161029-r1.ebuild
+++ b/media-sound/tomahawk/tomahawk-0.9.0_pre20161029-r1.ebuild
@@ -7,10 +7,10 @@ inherit kde5
if [[ ${KDE_BUILD_TYPE} != live ]]; then
# SRC_URI="http://download.tomahawk-player.org/${P}.tar.bz2"
- SRC_URI="http://dev.gentoo.org/~johu/distfiles/${P}.tar.xz"
+ SRC_URI="https://dev.gentoo.org/~johu/distfiles/${P}.tar.xz"
KEYWORDS="~amd64 ~x86"
else
- EGIT_REPO_URI="git://github.com/tomahawk-player/${PN}.git"
+ EGIT_REPO_URI="https://github.com/tomahawk-player/${PN}.git"
fi
DESCRIPTION="Multi-source social music player"
diff --git a/media-sound/tomahawk/tomahawk-9999.ebuild b/media-sound/tomahawk/tomahawk-9999.ebuild
index 281f238efd37..8a1a51f9fbbb 100644
--- a/media-sound/tomahawk/tomahawk-9999.ebuild
+++ b/media-sound/tomahawk/tomahawk-9999.ebuild
@@ -9,7 +9,7 @@ if [[ ${KDE_BUILD_TYPE} != live ]]; then
SRC_URI="http://download.tomahawk-player.org/${P}.tar.bz2"
KEYWORDS="~amd64 ~x86"
else
- EGIT_REPO_URI="git://github.com/tomahawk-player/${PN}.git"
+ EGIT_REPO_URI="https://github.com/tomahawk-player/${PN}.git"
fi
DESCRIPTION="Multi-source social music player"