diff options
Diffstat (limited to 'media-sound/google-musicmanager/google-musicmanager-1.0.196.8837_beta.ebuild')
-rw-r--r-- | media-sound/google-musicmanager/google-musicmanager-1.0.196.8837_beta.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/media-sound/google-musicmanager/google-musicmanager-1.0.196.8837_beta.ebuild b/media-sound/google-musicmanager/google-musicmanager-1.0.196.8837_beta.ebuild index ae0b0fd88555..18c7f7dafd48 100644 --- a/media-sound/google-musicmanager/google-musicmanager-1.0.196.8837_beta.ebuild +++ b/media-sound/google-musicmanager/google-musicmanager-1.0.196.8837_beta.ebuild @@ -6,12 +6,12 @@ EAPI=5 inherit eutils unpacker -#http://dl.google.com/linux/musicmanager/deb/dists/stable/main/binary-i386/Packages -MY_URL="http://dl.google.com/linux/musicmanager/deb/pool/main/${P:0:1}/${PN}-beta" +#https://dl.google.com/linux/musicmanager/deb/dists/stable/main/binary-i386/Packages +MY_URL="https://dl.google.com/linux/musicmanager/deb/pool/main/${P:0:1}/${PN}-beta" MY_PKG="${PN}-beta_${PV/_beta}-r0_i386.deb" DESCRIPTION="Google Music Manager is a application for adding music to your Google Music library" -HOMEPAGE="http://music.google.com" +HOMEPAGE="https://music.google.com" SRC_URI="x86? ( ${MY_URL}/${MY_PKG} ) amd64? ( ${MY_URL}/${MY_PKG/i386/amd64} )" @@ -52,7 +52,7 @@ pkg_nofetch() { elog "This ebuild is intended for users who already downloaded it previously and have problems" elog "with ${PV}+. If you can get the distfile from e.g. another computer of yours, or search" use amd64 && MY_PKG="${MY_PKG/i386/amd64}" - elog "it with google: http://www.google.com/search?q=intitle:%22index+of%22+${MY_PKG}" + elog "it with google: https://www.google.com/search?q=intitle:%22index+of%22+${MY_PKG}" elog "and copy the file ${MY_PKG} to ${DISTDIR}." else einfo "This version is no longer available from Google." |