diff options
author | David Hicks <david@hicks.id.au> | 2017-07-30 03:05:50 +1000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-07-30 11:44:38 +0200 |
commit | 981313ea0fae6fed87af5c490aa9134e1cc11248 (patch) | |
tree | b52f0228c9e5543ccb85eda8b620394c15794bac /media-sound/tomahawk | |
parent | media-sound/pianobar: use HTTPS for GitHub, update HOMEPAGE and SRC_URI (diff) | |
download | gentoo-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.ebuild | 4 | ||||
-rw-r--r-- | media-sound/tomahawk/tomahawk-9999.ebuild | 2 |
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" |